Thread: what is php?
View Single Post
Old 11-09-2016, 12:28 PM   #10
hdwallpapers
Registered User
 
Join Date: Nov 2016
Posts: 22
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
For Example:
<!DOCTYPE HTML>
<html>
<head>
<title>Example</title>
</head>
<body>

<?php
echo "Hi, I'm a PHP script!";
?>

</body>
</html>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
hdwallpapers is offline   Reply With Quote