PHP Full Stack Development
PHP Full Stack Development
PHP Full Stack Development
at
Rajasthan Institute Of Engineering & Technology Jaipur
Bachelor of Technology
in
Mechanical Engineering
Sample Code
<!DOCTYPE html>
<html>
<head>
<title> Page Title </title>
</head>
<body>
</body>
</html>
HTML
h1 {
text-align: center;
color: red;
}
h2 {
text-align: center;
color: red;
}
p{
text-align: center;
color: red;
}
PHP
Sample Code:
<!DOCTYPE html>
<html>
<head>
<title> Page Title </title>
</head>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
MySQL
• MySQL is a database system used on the web
• MySQL is a database system that runs on a server
• MySQL is ideal for both small and large applications
• MySQL is very fast, reliable, and easy to use
• MySQL uses standard SQL
• MySQL compiles on a number of platforms
• MySQL is free to download and use
• MySQL is developed, distributed, and supported by Oracle Corporation
phpMyAdmin