Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Just provide $availableLanguages as an array('en', 'de', 'es')
5
1706
posted 15 years ago by ping_ch
I am currently still working on this, and will make changes.
1
925
posted 15 years ago by jonniespratley
Here is a simple method for displaying footer copyright year. This way at the end of the year you are not updating footers for the first 3 weeks in January :)
0
807
posted 15 years ago by jadedbat
I use it when i've problems with permissions of user-uploaded files.
2
845
posted 15 years ago by ping_ch
A simple to use framework for a contact form. This is missing some serious validation and such but is a good startin' point for any simple contact form.
The input field named 'botty' is an input field we hide with css.. if data is sent to the ha...
7
1468
posted 15 years ago by jadedbat
I needed to have a cron job that did some MySQL work iterating through a long list of items based on the content of a table in MySQL. I wanted each item in the table to be iterated over roughly once every 5 minutes, but building up the in-memory lis...
0
713
posted 15 years ago by cori
AJAX by default only lets you play within your own Domain.com but there are plenty of times where you want to use someone else's feed. Check out http://snipplr.com/view/12466/jquery-parse-rss-feed/ to understand the rest.
1
822
posted 15 years ago by chrisaiv
Load jQuery into WordPress generated pages, the wp_enqueue_script function can be used in plugins as well. OR Add and load a new script that depends on jQuery (this will also cause it to load jQuery into the page as well).
2
778
posted 15 years ago by selfmadepsyche