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
1726
posted 15 years ago by gilbitron
Functions to search from arrays as well as recursive arrays.
1
889
posted 15 years ago by sarfraznawaz2005
Built a big news portal without human
Elite RssPortal, FREE news portal software.
0
572
posted 15 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
1064
posted 15 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
972
posted 15 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
729
posted 15 years ago by JackWH
forms part of our Calibre Remote Web App. basically an alternate gui for calibre ebooks content-server.
0
969
posted 15 years ago by minky
Detect and echo browser version including differentiating between Chrome and Safari.
3
1307
posted 15 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
1154
posted 15 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
1397
posted 15 years ago by rwczippy