Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Database backup function that you can call whenever you want — including nightly CRONs.
6
3002
posted 17 years ago by fackz
Founds this via http://www.flashcomguru.com/index.cfm/2009/2/17/regexp-validate-url
1
1775
posted 17 years ago by allnatural
Use instead of standard "sql\_tablesort()" function. Handles multiple "sort" in $header, but the arrow will be only on last sorted column. This can be handled with rewriting theme_table, for example.
0
1447
posted 17 years ago by kurokikaze
Here's a quick snippet of code to raise the minimum age of your site. Note that it is illegal to lower the legal age of your site under 13.
Legal Disclaimer: Affiliate shall indemnify and hold KickApps, its licensors and each such party's parent o...
0
1295
posted 17 years ago by krunkosaurus
These 4 lines of code can be used to extract and return all links from any page using regex patterns. If links are found, an array is returned, else boolean false is returned.
4
2480
posted 17 years ago by gdvickery
This method is a bit faster and more reliable then using the "explode" method. Works with PHP 4.0.3 and up.
4
2051
posted 17 years ago by gdvickery
Alternative to
[http://snipplr.com/view/12616/strip-url-to-its-domain-name/](http://snipplr.com/view/12616/strip-url-to-its-domain-name/, "this snippet"), as it didn't come out clearly in the comments.
Update - Edited based on gdvickery's commen...
3
2088
posted 17 years ago by duniyadnd
Very simple snippet to include if you want to auto update the year in a page copyright using PHP.
6
1951
posted 17 years ago by 1man
Para utilizar, proceda assim:
echo formata_data_extenso('2007-04-17');
echo formata_data_extenso('2007-04-17 15:20:35');
1
1755
posted 17 years ago by fackz
Say you've got data combined in such a way that there is a repeated row header, but all the data is in different rows. If you were to consolidate all the rows down to one, only taking valid values (discarding blanks), you'd have one header row with a...
0
1338
posted 17 years ago by pckujawa
[Video Example](http://screencast.com/t/L6E0xI0J5P)
A cross browser image caption on mouseover. Using jquery, CSS. This is a bit crude but pretty simple to implement. Just change the image width, some css to match that image size and create dyn...
4
1914
posted 17 years ago by jadedbat
Can be applied to any element, but is most relevent when applied to an image.
2
1506
posted 17 years ago by Unreal