PHP Hello world script
PHP is embedded in HTML. That means that in amongst your normal HTML.<html>
<head>
<title>Hello World</title>
<body>
<?php echo "Hello, World!";?>
</body>
</html>
All in one resource for most usable codes in programming in PHP, HTML, JS, CSS
<html>
<head>
<title>Hello World</title>
<body>
<?php echo "Hello, World!";?>
</body>
</html>
0 comments:
Post a Comment