Welcome To Snipplr
Everyone's Recent Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This took me a while to create so thought I would share. Can be used with <a href="http://www.textfixer.com/resources/country-dropdowns.php">HTML dropdown lists</a>.
1
1368
posted 14 years ago by gilbitron
Functions to search from arrays as well as recursive arrays.
1
688
posted 14 years ago by sarfraznawaz2005
Built a big news portal without human
Elite RssPortal, FREE news portal software.
0
410
posted 14 years ago by EliteRssPortal
You can use this script in your projects when you need an image upload function. It checks file type, file size and error report. I also want you to check [giochi di spongebob](http://www.giochidispongebob.net) and [gratis mahjong](http://www.gratism...
1
853
posted 14 years ago by jackoder
Check to see if your function exists in WordPress before calling it. This is standard php code though, so it works outside of WordPress as well.
2
728
posted 14 years ago by jonkemp
Just set the variable `$email` to the user's email address. Hey presto! A Gravatar image!
You can also change the size by adjusting the `s=32` variable. Size is in pixels.
1
552
posted 14 years ago by JackWH
forms part of our Calibre Remote Web App. basically an alternate gui for calibre ebooks content-server.
0
720
posted 14 years ago by minky
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
search for anything in-between two <TAG>'s and then replace the found string into the PHP if/else staement. $1 is wher TextMate stores the found string. (see http://screenflicker.com/mike/code/textmate-regex-replace/)
3
1098
posted 14 years ago by rwczippy