- Design A Page Named Register Php With Following Form Fields Student Name Text Field Father Name Text Field Co 1 (58.04 KiB) Viewed 43 times
Design a page named "register.php" with following form fields: Student Name { Text Field } Father Name { Text Field } Co
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Design a page named "register.php" with following form fields: Student Name { Text Field } Father Name { Text Field } Co
Design a page named "register.php" with following form fields: Student Name { Text Field } Father Name { Text Field } Contact Address {Text Field } Permanent Address { Text Field } City { Drop Down list of cities} Program Registered for { Radio buttons (BBA, MBA, BSCS, MSCS)} Additional Facilities Required {Check Boxes (Sports Gymnasium, Travel with University Bus Service, University Hostel Accomodation)} 1. Once user submit the data Your Page will send data to "information.php". 2. On this page you are required to store the data in mysql database named as "data.mysql" 3. Display all data entered by user in tabular format I html page. 4. Use CSS to style your page.