Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Detect and echo browser version including differentiating between Chrome and Safari.
3
1029
posted 14 years ago by vagrantradio
## PHP - HTML Generation Class
This class allows you to generate (and fill) any HTML elements via programmatic or object-orientated methods
0
908
posted 14 years ago by minky
Source: http://www.websitedesignby.com/programming/wordpress-website-development-work-flow-wp-config-php/
0
1007
posted 14 years ago by chrisjlee
A quick snippet of the PHP/Wordpress code behind my archive page, mainly for @andypoppins :D
0
657
posted 14 years ago by psdesignuk
Dear php coders,
Here's a code block that you can use in your projects to get shorter long urls.
Also recommend these articles about [ozon tedavisi](http://www.denizliozon.com) here.
Have a nice coding.
0
1061
posted 14 years ago by jackoder
cleanly display the memory used so you know when your going over, especially useful for memory hog drupal sites.
1
698
posted 14 years ago by electblake
courtesy of mark8barnes (http://wordpress.org/support/profile/52354)
1
801
posted 14 years ago by iroybot
A class for uploading images and creating thumbnails.
Example:
try{
$img = new img('photo');
if($_FILES['photo']['size']>=1000000){
exit('The file size of the file you are trying to upload is over limit.
Your file size = '.$_F...
2
973
posted 14 years ago by leonelsantos
Hello Php Coders,
Here's a useful php code block for your projects to control server status.
Use this code blokc to report a server status result. I hope you'll like it.
Also; i suggest you to rest for a while on [2 KiÅŸilik Oyunlar](http://...
2
936
posted 14 years ago by jackoder