Welcome To Snipplr


Everyone's Recent PHP Snippets



1 ... 120 121 122 123 124 ... 147
This function simply takes a Windows UTC timestamp and converts it to Unix epoch. This was useful when I was pulling LDAP information from Active Directory and the timestamps were ridiculous. Windows builds timestamps by counting seconds since Janua...
0 2164 posted 17 years ago by cllorca
The .jpg extension can be changed to any extension. So if you want to pull out only .txt files, you just need to replace the .jpg with .txt. If you want to list ALL files, just remove the condition.
1 2580 posted 17 years ago by fackz
2 1665 posted 17 years ago by blubadger
Export entire database schema to local xml file.
1 1854 posted 17 years ago by jonniespratley
0 1617 posted 17 years ago by muhammet
The best part about this script is that any table you put in the query on line 14 will be the headers and data in the CSV. No need to hand type out all the table headers unless you want to comment that section out and put in your own. So if you have...
2 2195 posted 17 years ago by fackz
2 2074 posted 17 years ago by iTony
1 2046 posted 17 years ago by iTony
Database backup function that you can call whenever you want — including nightly CRONs.
6 3440 posted 17 years ago by fackz
Let's you render your .nfo Files to PNG Images.
1 1476 posted 17 years ago by rizzn2k
This function clean up phone number and present it in styled way.
9 3192 posted 17 years ago by naz
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 1789 posted 17 years ago by kurokikaze
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 2984 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 2431 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 2482 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 2335 posted 17 years ago by 1man
1 2155 posted 17 years ago by fackz
Para utilizar, proceda assim: echo formata_data_extenso('2007-04-17'); echo formata_data_extenso('2007-04-17 15:20:35');
1 2060 posted 17 years ago by fackz
Outputs an image path from a defined directory.
2 2207 posted 17 years ago by dsntos
To find your numerical Twitter ID, login to Twitter and click on your RSS feed (bottom of the page). The URL will look something like http://twitter.com/statuses/friends_timeline/12345678.rss. Your ID will be the 12345678.
9 2521 posted 17 years ago by nerdsane
The basis to a spider.
5 2496 posted 17 years ago by Unreal
Using this you can get the inside string from another given string. Great for scraping data from other sites.
0 1597 posted 17 years ago by Unreal
Nice simple snippet. Great for forum scripts.
1 2026 posted 17 years ago by Unreal
0 1893 posted 17 years ago by troynt
Explode de data para formato BR
0 1601 posted 17 years ago by wesleymacente
1 ... 120 121 122 123 124 ... 147