Profile
Achievement


neogeek's Recent Snippets
- All /
« Prev 1 Next »
A basic XHTML 1.1 Strict template with CSS cross-browser fixes already in place.
2
232
posted 14 years ago by neogeek
This script will allow you to alternately place a style on objects (in this example, every other list item).
10
235
posted 14 years ago by neogeek
Similar to the file_put_contents() function in PHP5 built for PHP4 (will not cause errors on a server running PHP5).
0
262
posted 14 years ago by neogeek
A quick and simple way to search a MySQL database. Example: mysql_search('items', 'title tags', isset($_GET['q'])?$_GET['q']:'', Array('columns'=>'*', 'method'=>'OR', 'extra_sql'=>'AND active = "true" ORDER BY id DESC'));
67
1308
posted 14 years ago by neogeek
This is a collection of US States (Long and abbreviated names) and world countries. There are a few examples of usage below the collections.
41
1143
posted 14 years ago by neogeek
A basic XHTML 1.0 Transitional template with CSS cross-browser fixes already in place.
4
308
posted 14 years ago by neogeek
This simple function allows you to fetch files from other web sites in PHP4 without needing to install any extensions for PHP.
1
266
posted 14 years ago by neogeek