Last active
March 15, 2019 16:52
-
-
Save technosmarter/bb898381b2f5798a0a99796cb08ad531 to your computer and use it in GitHub Desktop.
PHP intro code for begiiners .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For reference PHP Tutorials
and for reference PHP introduction -
PHP introduction