Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This snippet is a PHP function that checks if an email address is valid
2
896
posted 13 years ago by visudex
After an attempt to more a live site to a personal server for further work I ran across the problem of a mix of absolut and relative links making the local copy not work. Not wanting to manually have to change every single absolute to a relative (bec...
0
767
posted 13 years ago by FatFolderDesigner
This code is usefull for getting the list of Wordpress Sites from Multisite without sending each user id.
0
1171
posted 13 years ago by juanrossi
Here is a little bit of code I use from time to time to make a generic some what safe date selector for forms. I wanted something easy, small, and not relying on images, jquery, libraries, etc... Most importantly I wanted the date that was selected t...
0
681
posted 13 years ago by brownrl
So i wanted to spit all my error_log(); and error_reporting(E_ALL); to syslog on my MacOSX and syslog would output it on a custom file.
0
1050
posted 13 years ago by sadus
I'm originally a sys admin and i love "tail - f /var/log/*" ... so i created a similar function in PHP that will allow me to view in real time what classes/functions/files/lines of my code is being run...
The usage is really simple, just set a glo...
1
1417
posted 13 years ago by sadus
nice post, would do it a bit differently but using it currently as-is.
0
720
posted 13 years ago by dmistriotis
Snippet for adding to your functions.php file to enqueue jQuery.
1
640
posted 13 years ago by oriontimbers
Im pretty new to oop php i have tried to create a php search function but im sure this needs alot of improvement. So add on :D
0
537
posted 13 years ago by JonnySnip3r
How to enable Custom Navigation Menus in WordPress 3.0
Like the custom background, header image, and post thumbnails, the custom navigation menus also needs to be enabled through your theme’s functions.php file.
0
773
posted 13 years ago by johnnyrokkit
Simple function to store an array in a cookie. Uses JSON.
To pull data out of cookie use 'json_decode()'. It can then be looped etc.
1
1357
posted 13 years ago by liamchapman
Quick and simple script to make clean urls. Works in combination with Apache mod_rewrites :-)
1
645
posted 13 years ago by liamchapman
this is a very basic client for rumpetroll. Very messy, still needs to be turned into a class
0
728
posted 14 years ago by michaelphipps
Brings single or multiple results from a mediawiki search back as an easy to use array
0
678
posted 14 years ago by adamzwakk