Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Loops through ASCII characters to display alphabet, useful for alphabetic filtering links.
eg: A | B | C | D ...
0
1610
posted 14 years ago by plesh
A really handy snippet that will replace textual URLs with HTML links.
Also works for email addresses.
0
2255
posted 14 years ago by plesh
If you want to use PHP as a command line program, this code can serve s a reference to read the arguments passed to the program.
0
1530
posted 14 years ago by tcam27
Traditionally when you have lost lists of dat you want to alternate rows for usability. The first thing everybody makes to fix this is a simple if statement loop, but this adds a number of lines and is hardly a clean solution. Additionally it require...
0
1706
posted 14 years ago by FatFolderDesigner
Mockup of how to create a SessionContext using PHP SOAP and ClientServices 2
0
1057
posted 14 years ago by patriksvenssonmpsbroadbandcom
a more useful way of printing php arrays in a nice readable format and able to decode serialized and json_encoded strings.
0
2668
posted 14 years ago by liamchapman
Esto es para obtener los codigos de paises desde geonames.org y almacenarlos en una tabla. Se iso bajo CodeIgniter.
0
1462
posted 14 years ago by jrobinsonc
It’s been driving me crazy that there’s no definitive script written to take out a user’s Flickr recent photos and parse it for formatting into HTML with a larger size than the standard 75 x 75 dimensions that the public_photo.gne Flickr script...
1
1745
posted 14 years ago by jakekimpton
Within your view, you place something like:
<?=>session->flashdata('feedback') ?>
0
1259
posted 14 years ago by screon
You may wanna mess with it to suit your needs (like setting the folder to 0777).
0
2422
posted 14 years ago by xylude
Selecciono los post por categorÃa desde la base de datos de wordpress
0
1476
posted 14 years ago by serialk89
Returns the same string, except with links wrapped in <a href=""> tags. Works on www.snipplr.com and on http://snipplr.com
A variation of the script on the attached URL.
0
2496
posted 14 years ago by nebojsac