Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Command to transfer files between servers using the command line.
0
1134
posted 14 years ago by frigga
Pull banner ad or image code from a given text file into an array and randomize the order. Banner/image codes in the file should be separated by tildes (~).
0
1054
posted 14 years ago by bluecap
Turns a Zend_Form object into XML data. Click the associated link to see an Example XML result and a XSL Stylesheet used to display regular HMTL.
1
1315
posted 14 years ago by iroybot
A recursive function to permute the items of an array. The function returns an array that contains many arrays, where each array is a permutation of the original array. This process can get intensive depending on how many items are in the initial arr...
0
980
posted 14 years ago by trusktr
A print_r replacement function that can handle nested arrays and strings.
Usage: printr($array);
0
959
posted 14 years ago by tasmanweb
Parses a url correctly even with a url as query parameter, also retuns dirname, basename and extension besides the other parse_url bits. See comments for more info.
0
1248
posted 14 years ago by tasmanweb
Returns the number of days in the month taking leap-years into account.
0
1089
posted 14 years ago by tasmanweb
A better and more accurate function to see if a value is an integer.
0
1062
posted 14 years ago by tasmanweb
<p>usage: <br>
<code><a href="" onclick="recordOutboundLink(link, category, action, opt_label, opt_value);return false;"> <br>
<form id="uniqueID" onsubmit="trackFormSubmit(form, category, action, opt_label, opt_value);return false;"></...
0
1474
posted 14 years ago by freezy
Place this at the top of your php files. This will remove white space and formatting from HTML, making it smaller and faster for download by your users.
0
1051
posted 14 years ago by trusktr