|
Tutorials
Page :
1 | 2 |
 |
Show Records by multi Columns in Rows
There are simply to show data records in table rows, just one record by one table row but sometime you need to show data records more than one record in one row. |
 |
Real Visitor Counter
This tutorial will show you how to make a simple real visitor counter. It's mean that when someone comes and browse your site or refresh your pages many times. It's still count at 1 (1 person) until he leaves (close his browser). |
 |
Page Navigator
Create a simple Page Navigator for your PHP programs such as webboard, guestbook, online catalog, product list page, etc. |
 |
Make a Number Format
In this tutorial we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this for your counter, category or product ID. etc. |
 |
Login - Logout with a Session in 1 file
Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout program. All in one but Short and Easily. |
 |
Input - Output String Functions
This tutorial is showing some functions that you need to use for your inputing form (as text field, text area) because, it is not security to receive string data and input them directly into your database. |
 |
Get Last ID after Insert
You can get the ID (AUTO_INCREMENT column as primary key) generated after you insert a new record in your table by a simple function "mysql_insert_id()". |
Page :
1 | 2 |
|
|