Accessing a MySQL Database via PhpMyAdmin - Tutorial 1

Friday, October 10th, 2008 Posted in PHP | No Comments »

[PHP and My SQL] In the example(database name is tutorial) we created a table name “student_info”. This Table includes “Two Columns” These are “Name” and “Address”. ... Read more..

How to use PHP Include ()

Tuesday, September 9th, 2008 Posted in PHP | No Comments »

Using PHP include() – Make things easy for yourself! The PHP include() statement can really help when it comes to editing site layout Imagine a static site with 40 pages all with the navigation menu ... Read more..