Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This will check the date and if it is not a valid date then it will increment the month and reset the day back to one.
1
854
posted 12 years ago by _reydin_
This will generate a random alpha numeric string 20 characters long.
1
1053
posted 12 years ago by _reydin_
I need this function all too often and figured I'd share it. Limit the_content() by word limit by using built in WordPress functions.
0
998
posted 12 years ago by crypticsoft
Here is a quick example on how to generate your own portfolio with filtering based on a taxonomy (in this case 'Solutions').
0
1042
posted 12 years ago by crypticsoft
A little function to add custom styles to the tinymce editor in wordpress.
1
825
posted 12 years ago by bitsculptor
Just a small function to sanitize the user's input of any xss and sqli. I saw a lot of ones that didn't include htmlentities or htmlspecialchars, and were still vulnerable to persistent/reflected xss.
1
779
posted 12 years ago by TheNullByte
Extracts the video title & download URL from a youtube page and starts a download.
3
1431
posted 12 years ago by codespartan
For a project I needed to generate a unique code for each user the client would input manually. Each user would have four fields (first name, last name, email, zipcode). Omitting the email addresses ensures unique output because we reduce the chances...
0
604
posted 12 years ago by fmdfrank
Adding HTML into custom blocks rather than hard coding makes it so people don't bother us devs to change sheite!
1
900
posted 12 years ago by cpres
when someone trying to or two conditions using active record database library in codeigniter
0
819
posted 12 years ago by pruntrut
Look if the given input could be a legal VAT-number.
Accepts input with or without '.' between the numbers and must contain a County-code
0
956
posted 12 years ago by MGHollander
Straatnamen en huisnummer splitsen, hieronder diverse types straatnamen
Bron: http://www.pfz.nl/archief/965267-adres-splitsen-in-straatnaam-en-huisnr/
0
1091
posted 12 years ago by MGHollander
Example calculate yesterday, but if you multiply by some number you can get in an easy way, weeks, months or years
0
1083
posted 12 years ago by satie83
For more parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
0
640
posted 12 years ago by thescottlee
- Use custom image size within template (including if exist)
- Add a class name to a custom image size
0
963
posted 12 years ago by thescottlee
Note: This also uses a flat file to cache the results, be sure to also upload the 'rss_cache.txt' file.
Usage:
<?php>
0
1040
posted 12 years ago by crypticsoft
A function to query the 10 most recent posts on a multisite WordPress installation
0
1842
posted 12 years ago by chasecrawford
Checks for fake DNS as well as utilizes regex functions to check the string for proper length & characters.
0
1247
posted 12 years ago by thewickedchemist
Add this snippet to the functions.php to add 'Donate' Button on your Wordpress Website.
0
904
posted 12 years ago by planetabhi
Add this snippet to the functions.php to render your twitter followers count.
Replace 'planetabhi' with your twitter screen name
0
985
posted 12 years ago by planetabhi