Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
One approach to get all child categories of a magento category.
0
1372
posted 13 years ago by luxmedia
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
2245
posted 13 years ago by _reydin_
This will generate a random alpha numeric string 20 characters long.
1
2760
posted 13 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
2609
posted 13 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
1590
posted 13 years ago by crypticsoft
A little function to add custom styles to the tinymce editor in wordpress.
1
1371
posted 13 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
1285
posted 13 years ago by TheNullByte
Extracts the video title & download URL from a youtube page and starts a download.
3
3104
posted 13 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
1043
posted 13 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
1557
posted 13 years ago by cpres
when someone trying to or two conditions using active record database library in codeigniter
0
1391
posted 13 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
2333
posted 13 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
1721
posted 13 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
2724
posted 13 years ago by satie83
For more parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
0
1030
posted 13 years ago by thescottlee
- Use custom image size within template (including if exist)
- Add a class name to a custom image size
0
1540
posted 13 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
1528
posted 13 years ago by crypticsoft
A function to query the 10 most recent posts on a multisite WordPress installation
0
2537
posted 13 years ago by chasecrawford
Checks for fake DNS as well as utilizes regex functions to check the string for proper length & characters.
0
2724
posted 13 years ago by thewickedchemist
Add this snippet to the functions.php to add 'Donate' Button on your Wordpress Website.
0
1467
posted 13 years ago by planetabhi