Check if file exists
Description: Use this code to check if a file exist on your server. It is great if you don't want to search all your files and would like to update or add a new one.
Added on: 01-Feb-2005 Hits: 324
|
Comments (1)Build PHP Style Switcher
Description: Want to have a style switcher that lets your site’s visitors choose a different style sheet? Want it to work even if there is no JavaScript support? The trick is to use a server-side language like PHP, which is what I use for my style switcher.
Added on: 01-Sep-2006 Hits: 387
|
Comments (0)Build a simple shopping card
Description: This article will walk through the simple steps to create a shopping cart using the server-side language PHP and a MySQL database.
Added on: 26-Jan-2007 Hits: 313
|
Comments (0)Alternating table row colors
Description: Many of website use this script to alternate their table row color that selected from mysql database, very useful and cool.
Added on: 23-Dec-2005 Hits: 438
|
Comments (0)