Welcome To Snipplr


Everyone's Recent Snippets Tagged php



1 ... 38 39 40 41 42 ... 64
Orders a multi-dimensional array by one of it's fields. There is also the option to treat this like an SQL-style 'order by' query with the $field value passed in (ie. 'user_id desc') to do reverse ordering.
0 1374 posted 16 years ago by browncardigan
here's a script, mod_files.sh, in ext/session for creating directory tree with depth X for sessions. As it stands, it's pretty poorly documented and very basic. I * got exceptionally bored and rewrote most of it, the patch is attached. It runs...
0 1902 posted 16 years ago by nkm
This PHP class lets you clean and repair html code. WHAT IT DOES: delete closed tags without their opening tag, fix open tag without close, closing them automatically, check bad nesting and fix them, fix bad quotes in attributes, merge different styl...
2 4787 posted 16 years ago by ginoplusio
1 1955 posted 16 years ago by ginoplusio
PHP encrypts your E-mail address and generates the javascript that decrypts it. Most bots and spiders can't execute javascript and that is what makes this work.
3 2490 posted 16 years ago by fackz
1 1551 posted 16 years ago by mracoker
Insert email in wordpress theme whit cryptX plugin active
0 1556 posted 16 years ago by toro999
Insert admin menu in wordpress widget when you are logged
0 1563 posted 16 years ago by toro999
Insert banner image in wordpress page theme
0 1651 posted 16 years ago by toro999
1 2358 posted 16 years ago by ginoplusio
1 1729 posted 16 years ago by ginoplusio
A utility function to preserve an array in a session. Adding the newest element to the beginning of the array and popping out the last one. Useful for displaying for instance; your last searches option in your website.
1 2036 posted 16 years ago by Heroftime
0 1544 posted 16 years ago by bionickid
This will outpu a numeric result array
0 2081 posted 16 years ago by karmacode
To show error in php.
0 1821 posted 16 years ago by rahijain
A little function I add to the base Page_Controller class that allows you to define what actions are explicitly SSL. It will put users in SSL when they access it and take them out of it when they navigate somewhere else. It is available in any cont...
0 1126 posted 16 years ago by dalethedeveloper
1 2161 posted 16 years ago by ginoplusio
1 2184 posted 16 years ago by ginoplusio
Con esta funcion podemos recortar una cadena de texto indicandole cuantos caracteres queremos que tenga y ademas no cortara la ultima palabra.
0 1470 posted 16 years ago by jacinmontava
Simple function that sorts a bi-dimensional array by one of it keys.
1 2058 posted 16 years ago by AlejoLuc
Uses JSON Lite SWC/Class from http://thanksmister.com/?p=40
0 1761 posted 16 years ago by allnatural
Every MySQL class for PHP I've seen so far has been an epic disappointment. This will not lead you to feel the same way. Enjoy!
0 1323 posted 16 years ago by jrgp
Used to copy the user avatar from Facebook to your community in this [Facebook Connect Tutorial](http://www.barattalo.it/facebook-connect-tutorial/ "Tutorial").
1 2057 posted 16 years ago by ginoplusio
0 1688 posted 16 years ago by Zwendel
PHP provides many date manipulation devices and an entire suite of date functionality with the datetime class. However, this does not address date validation, that is, what format a date is received in. The PHP strtotime() function will accept many f...
1 2049 posted 16 years ago by kanampo
Shows the sub pages of a parent page, and also the parent page as a link.
1 1852 posted 16 years ago by davebowker
1 ... 38 39 40 41 42 ... 64