Welcome To Snipplr


Everyone's Recent PHP Snippets



1 ... 77 78 79 80 81 ... 147
1 470 posted 14 years ago by joseduenas
0 839 posted 14 years ago by iloveitaly
I’ve recently had to quickly parse an Apache log file, to get basic usage statistics for a site over a month and wanted the ability to quickly process any general logs and store them in a MySQL table, so I’ve made a small package class.log. In...
2 1254 posted 14 years ago by dom111
I’ve recently had to parse some pretty large XML documents, and needed a method to read one element at a time. Here’s a fairly simple solution in PHP.
0 1736 posted 14 years ago by dom111
I’ve been working on a CMS lately and having to create thumbnails for uploaded images is always a pain, lots of maths working out the correct sizes and such, so I’ve created a fairly small script to manipulate images in an object-oriented style.
0 688 posted 14 years ago by dom111
<p>Como utilizar las clases de Zend Framework desde nuestro proyecto web que no trabaja con el Framework de Zend en modo MVC.</p><p>Paso 1.<BR> Bajamos las librería de ZF desde el sitio oficial http://framework.zend.com/download/latest/<BR>Nota: Est...
0 786 posted 14 years ago by eom
1 768 posted 14 years ago by adambundy
0 802 posted 14 years ago by paschim
0 670 posted 14 years ago by mfigge
Based on http://snipplr.com/view/2734/get-full-url/
0 808 posted 14 years ago by juanrossi
Example code for a SlideDeck user to place their SlideDeck on the homepage of their WordPress site.
0 826 posted 14 years ago by oriontimbers
Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls. So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mi...
1 1501 posted 14 years ago by ginoplusio
run funciton once, ideally bind to activation hook of a plugin
2 725 posted 14 years ago by errkk
originally from Naryan Varma
1 782 posted 14 years ago by dmistriotis
0 722 posted 14 years ago by jaredyeo
To follow all of members in a list, you may want to use http://tweepml.org/
0 713 posted 14 years ago by zuzara
Exclude category slugs, only shows parent cats.
0 765 posted 14 years ago by vagrantradio
Add this to your .htaccess file to make PHP5 the default version on Netcologne (Germany) Webspace.
0 910 posted 14 years ago by mountbatt
allows for variable length arguments - something similar as python func(*args, **kw)
0 677 posted 14 years ago by silviud
I needed to trim a simple numerical array that might have duplicate values into an array with no duplicates. I came up with this before finding array_unique(). D\'oh.
0 891 posted 14 years ago by beneberle
This PHP code snippet searches a value in an array. Depending on use, one or all matching values and their belonged keys are removed.
3 793 posted 14 years ago by DADU
1 ... 77 78 79 80 81 ... 147