Form Validation with PHP

Form Validation with PHP This post will show you how to create   A User Input Form , that is capable to validate  Inputted Value by User   Files involve 1.This sample contains 1 Files  (1)trapError.php Prior to that you need to complete  the items listed Below Mamp or xampp with phpMyAdmin install into your Computer … Read more

PHP include

PHP include

PHP include This post will show you how to include a PHP file inside a PHP file. (1) I will include the DB Connection into another functional PHP file.   dbconnection.php     DB Include  

How to Sort Table Columns with PHP and MySQL

How to Sort Table Columns with PHP and MySQL

How to Sort Table Columns with PHP and MySQL This post  will show you how to create  a sample form which enable User  to perform the tasks below. Select a Company Name List out all personnel associate to the Company Selected Sort the Column according to individual column Files involve 1.This sample contains 1 Files  … Read more

Create edit User Form with PHP MySQL

Create, edit, User Form with PHP MySQL

Create, edit, User Form with PHP MySQL This post  will show you how to create  a sample form which enable User  to perform the tasks below. Select a Company Name List out all personnel associate to the Company Selected Enable User , to add new User Enable User to edit User Info Files involve 1.This … Read more