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
855
posted 12 years ago by _reydin_
This will generate a random alpha numeric string 20 characters long.
1
1055
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
1000
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
1044
posted 12 years ago by crypticsoft
A little function to add custom styles to the tinymce editor in wordpress.
1
827
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
784
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
610
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
905
posted 12 years ago by cpres
when someone trying to or two conditions using active record database library in codeigniter
0
821
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
960
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
1092
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
1086
posted 12 years ago by satie83
For more parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
0
642
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
1041
posted 12 years ago by crypticsoft
A function to query the 10 most recent posts on a multisite WordPress installation
0
1845
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
1248
posted 12 years ago by thewickedchemist
Add this snippet to the functions.php to add 'Donate' Button on your Wordpress Website.
0
905
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
987
posted 12 years ago by planetabhi