Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Simple way to escape string for LIKE statements, useful for searches.
3
1045
posted 16 years ago by robv
To convert links on a twitter status to a clickable url. Also convert @ to follow link, and # to search
3
1578
posted 16 years ago by mardix
Database backup function that you can call whenever you want — including nightly CRONs.
6
1645
posted 16 years ago by fackz
This method is a bit faster and more reliable then using the "explode" method. Works with PHP 4.0.3 and up.
4
1268
posted 16 years ago by gdvickery
Very simple snippet to include if you want to auto update the year in a page copyright using PHP.
6
1431
posted 16 years ago by 1man
I am currently still working on this, and will make changes.
1
1249
posted 16 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
1089
posted 16 years ago by jadedbat
I use it when i've problems with permissions of user-uploaded files.
2
1195
posted 16 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
1949
posted 16 years ago by jadedbat
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
1123
posted 16 years ago by chrisaiv