WEEK 6: SERVER SIDE SCRIPT (PHP)
PHP is popular and its use in increasing rapidly because several advantage:
- Easy to use
- Secure and easy to learn
- easy to learn
- open source
- language support for database
- must using php extension
The way to write code using php
<html>
Server
Side
Script: PHP
<?php
echo “<h1>
Hello, World!>/h1>”;
?>
</html>



No comments:
Post a Comment