Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged php



1 1025 posted 18 years ago by drwitt
This PHP4 function will increment a given string by a given interval. This might be useful when a string has to be unique. An optional array with "forbidden" return values may be passed. Usage:
2 999 posted 18 years ago by drwitt
Visit the link for instructions on how to use it.
4 876 posted 18 years ago by jonhenshaw
I got most of these tips out of a great book published by O'Reilly (my favorite web-design publisher): "Programming PHP, 2nd Ed." by Lerdorf, Tatroe, and McIntyre. Another good book is "Essential PHP Security," also published by O...
2 1599 posted 18 years ago by pckujawa
2 1140 posted 18 years ago by gdonald
0 658 posted 18 years ago by erguncaner
Building a SELECT with conditional WHERE parts, given from form-get parameters.
1 882 posted 18 years ago by assbach
0 621 posted 18 years ago by vanity
By Eduardo de la Torre.
2 1070 posted 18 years ago by atinamedia
0 1068 posted 18 years ago by gdonald
Генерируется картинка с изображением цифр, которые пользователю предлагается ввести в форму для успешного ввода данных
1 770 posted 18 years ago by Memphys
0 925 posted 18 years ago by whitetiger
0 1172 posted 18 years ago by whitetiger
The names of the months, as returned by date('M', ...)
1 1128 posted 18 years ago by collin
Sends a request to a supplied path for a given host. It can send either a GET or POST request and can pass parameters.
2 1009 posted 18 years ago by ryansobol
ADD 0 to 1!
0 887 posted 18 years ago by sorehead
0 2315 posted 18 years ago by sorehead
Include Path PHP 5 class. Usage: $path = new fuselogic_include_path(); $path->add('/home/ekobudi/www/fuselogic'); $path->add('/home/ekobudi/www/pear'); $path->remove('/home/ekobudi/www/old_fuselgic');
0 960 posted 18 years ago by ekobudisetiyo
0 678 posted 18 years ago by collin
1 1219 posted 18 years ago by gdonald
2 958 posted 18 years ago by gdonald
Use this to format a phone number for display on a page.
1 1155 posted 18 years ago by fbnewtz
1 998 posted 18 years ago by mikeejay
0 751 posted 18 years ago by Corhol
A simple function to check if the request comes from an AJAX XMLHttpRequest. Use it if your page should behave differently when called from AJAX. Comes from jquery mailing list: http://jquery.com/discuss/2006-June/006656/
29 7491 posted 18 years ago by TC
7 933 posted 18 years ago by smilylion
admin panel for php scripts with a login form elaborated by a function.php page, then an upload form with canc option
2 1423 posted 18 years ago by dandyna
File admin.php di una galleria di immagini in php - Function.php file to include in an image gallery php script Directory structure: Gallery(main directory) _admin.php _function.php _photo(directory) __image1.gif __image2.gif
2 852 posted 18 years ago by dandyna