Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
810
posted 13 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
1053
posted 13 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
753
posted 13 years ago by trusktr
A print_r replacement function that can handle nested arrays and strings.
Usage: printr($array);
0
708
posted 13 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
922
posted 13 years ago by tasmanweb
Returns the number of days in the month taking leap-years into account.
0
853
posted 13 years ago by tasmanweb
A better and more accurate function to see if a value is an integer.
0
741
posted 13 years ago by tasmanweb
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
797
posted 13 years ago by trusktr
Do you know that you can create a new form directly from theme template.php without the need of creating a module in Drupal 7?
Armed with that knowledge, we will build a new login form and transform it to become a horizontal login bar.
You migh...
0
892
posted 13 years ago by sdxxx
not fully tested maybe must be like specialprice in this excample
0
631
posted 13 years ago by nico65
Do not forget to name images you want to use for background like 1.jpg, 2.jpg, 3.jpg etc.
0
639
posted 13 years ago by ariunbolor