Welcome!
Student should complete the below tasks in this week’s lab session.
Task 1:
This task makes a student gain hands on experience on PHP and MYSQL.
Use PHP to store the following details in the MYSQL database:
– Name
– Password
– Email
– Phone no
Use the files created in Week 2 and Week 3 lab exercises.
Hint:
Use following functions in PHP to work with MYSQL database:
mysql_connect(hostname, username, password)
mysql_select_db(database_name)
mysql_query(query_to_execute)
Task 2:
Using Apache Tomcat server, store and execute the online shopping website done in week 2 and week 3.
Copy paste the file into Tomcat’s webapps folder.
Open web browser and type http://localhost:8080/filename
Suryateja Pericherla, at present is a Research Scholar (full-time Ph.D.) in the Dept. of Computer Science & Systems Engineering at Andhra University, Visakhapatnam. Previously worked as an Associate Professor in the Dept. of CSE at Vishnu Institute of Technology, India.
He has 11+ years of teaching experience and is an individual researcher whose research interests are Cloud Computing, Internet of Things, Computer Security, Network Security and Blockchain.
He is a member of professional societies like IEEE, ACM, CSI and ISCA. He published several research papers which are indexed by SCIE, WoS, Scopus, Springer and others.
Leave a Reply