Now you are ready to write your fist php program. Open a new file in your preferred editor. Type
<html>
<head>
<title>My first PHP program</title>
</head>
<body>
<?php
print("Hello World<br/>\n");
phpinfo();
?>
</body>
</html>
<html>
<head>
<title>My first PHP program</title>
</head>
<body>
<?php
print("Hello World<br/>\n");
phpinfo();
?>
</body>
</html>
No comments:
Post a Comment