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)Ad Rotation Script
Description: This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate any thing.
Added on: 28-May-2006 Hits: 425
|
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)Resize image on the fly with GD
Description: This is a nifty function to resize an image of unknown height and width to a pre-determined size. This is very useful if you have user submitted images, like the ones here on php builder.
Added on: 02-Aug-2005 Hits: 468
|
Comments (0)Last X Days Ago
Description: This tutorial will show you how to display those cool last seen 2 days ago or posted 3 mins ago as seen on http://www.live-tutorials.com
Added on: 28-Apr-2008 Hits: 469
|
Comments (0)Sql Lite in PHP
Description: Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides. For examples, if you distribute the web application, your customers may not have access to a MySQL server. In the case of flat files, these can quickly grow large and inefficient and can be difficult to query.
Added on: 22-Jan-2008 Hits: 481
|
Comments (0)Create a php based CMS
Description: Writing your own CMS can lead to a solution that is better suited to your requirements, better addresses the needs of your users, and is better understood by your development team. If you have the time and expertise to write your own in-house system, it may well prove the better option.
Added on: 11-Mar-2005 Hits: 488
|
Comments (0)5 Star Rating System
Description: A star rating system is a valuable asset to any website: it adds interactivity to a site, and keeps the users connected with the your site. In this tutorial, you will learn how to make one using php.
Added on: 13-Mar-2006 Hits: 516
|
Comments (0)