Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The following shoud do it. pass the array, index is what element you want to sort on (in your case use 3). Then you can sort asc or desc, and weather you want to use natural sorting (the way a human would sort, 2 before 10) and lastly case sensitive...
0
887
posted 12 years ago by pruntrut
This is the list of [supported timzones](http://php.net/manual/timezones.php) that can be used with the [PHP5 DateTime](http://php.net/manual/class.datetime.php) class, grouped by geographical continent (rather than PHP's America/..., Asia/... etc id...
0
999
posted 12 years ago by ch1902
Make your spreadsheet public to get a key like this: 0AsfENoKj1ir7dE8yR6U0aUtpdTVNM20wRlNJOhZaclG
Set it on the script and you're all done.
0
1008
posted 12 years ago by Felladrin
ChucK is a strongly-timed, concurrent, and On-the-fly Audio Programming Language.
A Bundle to edit ChucK files in the TextMate editor is created at Github.
To install it execute in Terminal:
0
1019
posted 12 years ago by Thommm
Let's say you want to show a list of employees, and you want to show 3 on each row, use the script below to accomplish that.
0
1199
posted 12 years ago by andreaskian
Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button
1
2748
posted 12 years ago by DNSBL
Author: J. van Hemert
Fixes encoding when utf-8-encoded data
is stored in tables with other (e.g.
latin_swedish_ci) encoding.
Will convert all columns in all tables
to utf8_general_ci.
0
1125
posted 12 years ago by sjasliek