Skip to content

Instantly share code, notes, and snippets.

@technosmarter
Last active March 15, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save technosmarter/bb898381b2f5798a0a99796cb08ad531 to your computer and use it in GitHub Desktop.
Save technosmarter/bb898381b2f5798a0a99796cb08ad531 to your computer and use it in GitHub Desktop.
PHP intro code for begiiners .
PHP is one of the best programming language that is useful for website development . PHP development for beginners.
PHP designed by Rasmus Lerdorf and developed by Zend Technologies in 1994 .
Introdction to PHP -
PHP is a server side scription langauge that is used to develop a website .
PHP Initial code -
<?php
echo"statement";
?>
<?Php - Used for opening
All codes here -
?> -- close for PHP .
@technosmarter
Copy link
Author

technosmarter commented Mar 15, 2019

For reference PHP Tutorials

and for reference PHP introduction -

PHP introduction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment