Simple Code of PHP
Advertisements
Simple Example of PHP
Here we write very simple code by using only echo command and php file save with .php extension.
Syntax
<!DOCTYPE> <html> <body> <?php echo "<h2>My First PHP Code</h2>"; ?> </body> </html>
Output
My First PHP Code
Google Advertisment