PHP ASSIGNMENT 3
PHP ASSIGNMENT PHP Assignment -3 1 Write PHP script to show database along with tables which is available In MYSQL database 2 Write a PHP script to for Country, State and City Dropdown list Dynamically. NOT :-Show State and city for appropriate Selected Country. 3 Write a PHP script to create database and table. 4 Write a PHP script for LOGIN page with SIGNUP,Change Password functionality and all validations. 5 Write a PHP script to fill the combo box from mysql database. 6 Write a PHP script to find second highest value from a table. 7 Write a PHP script to upload single file with restriction(Image file) and save into UPLOAD folder. 8 Write a PHP script that take exam No., Name, Course, City, and 2 favorite color of the user as an input on input.php page, save all data in database and display this information and set the favorite colors of user as foreground and background color on details.php page (Provide Validation) 9 Write a PHP script that accepts roll_...