Cin 628 Week 2 Tutorial
Cin 628 Week 2 Tutorial
4. What are some uses of PHP? Write down a simple PHP code.
Allows interaction
<? php
?>
5. What are some uses of MySQL? Write down a simple MySQL code.
MySQL code
For database connection
$conn = new mysqlli($servername, $username, $password);
6. What are some uses of JavaScript? Write down a simple JavaScript Code.
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
15. List down the two different types of list associated with HTML. What
are some attributes associated with those lists?
unordered list — used to group a set of related items in no particular order
ordered list — used to group a set of related items in a specific order