Advertisment
This example shows how to display the data values from the columns of a search result from a MySql query in an HTML table.
Learn how to perform a redirect in PHP. A PHP Redirect automatically transfers a web user from one URL to another. For example, typing foo.com in...
This tutorial shows how to obtain information about your user such as the web page they came from, the page being accessed, and the user's IP...
Refresh your page as used on big news portals or redirect your visitors to another page (insider or outside your website) after some time.
PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats,...
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was...
Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to...
This tutorial shows you how to create a Web page that extracts information from a MySQL database without refreshing the page (dynamic update)....
Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don't want the hassle of updating every single...
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you...
An introduction to classes and object orientated programming in PHP.
RSS stands for Really Simple Syndication. RSS if a technology for distributing data from one site to another using XML. You can easily decode this...
Learn how to retrieve and view data from a flat file database (text document) once it is written.
Create a simple script where a user enters data into a form, and then processes the data to incorporate it into a story, where your user is the star!
Learn how to make a quiz so you can test someones knowledge about anything, then show them how they went afterwards.
How to make a mysql connection, select a database, query the database, count the rows and use the information within the rows
How to give your users the benifit of putting the results of their query on different pages
Sessions can store user information, heres how to use them
Protect your user's information with MD5 hases in PHP.
Views: 809 | | by Colin
PHP - Security
Many websites use this script to alternate their table rows color that selected from mysql database, very useful and cool.