Thread: What is PHP?
View Single Post
  #8 (permalink)  
Old 12-06-2010, 05:47 AM
Zachariahbroune Zachariahbroune is offline
Junior Member
 
Join Date: Dec 2010
Posts: 5
Default

- PHP stands for PHP: Hypertext Preprocessor
- PHP is a server-side scripting language, like ASP
- PHP scripts are executed on the server
<html>
<body>
<?php
echo "Hello World";
?>
</body>
</html>
__________________
online casinos reviews
Reply With Quote