Ex No: 1 | Write a program to create Student Registration Form |
---|---|
Aim: | To create student registration form using php |
Algorithm | |
Step1: Design a webpage to get student details Name, Roll No, Course and College details | |
Step2: On form submit check if student name is set and not empty | |
A) Get values of student name, roll no, course and college from POST method | |
B) Display the details | |
Source Code | |
index.html
ex1.php
|
|
Result: | Thus a webpage is designed to get student details and displayed using PHP. |