2. Change background color based on day of the week using if else statement
3. Greet the user either by good Morning, Good Afternoon or good Evening after verifying the time.
4. Develop a web page for online course registration with the following details:
i. Name, age, Phone number, email ID : Text Box
ii. Country, Education : Drop Down Box
iii. Gender : Radio Button
And submit to the next page, which displays all the details of the registered candidate.
IMPLEMENT USING PHP/MYSQL
5. a) Create a database and some tables
b) Insert Some Values into Table
c) Update particular field
d) Select all or specific values from the table and display using Web Browser
e) Alter the table name
f) Delete the table from the database
Comments
Leave a comment