| php |
| php is php hyper text processor |
| open source scripting language |
| php is free to download and use |
| php file can contain text, html , css,
javascript and php code |
| php code are executed on the server and
the result is returned to the browser as plain html |
| php have extension .php |
|
| php can create dynaic page content |
| php cancreat ,opm ,read write, delete and
close file on the server |
|
|
| php.net visit website |
|
| php is a web hosting server |
|
| <?php |
| // PHP code goes here |
| ?> |
| <?php |
beginning tag and ending tag |
|
|
| ?> |
|
|
|
| index.html |
this page is called as home page for any website |
| index.php |
|
the three functions are all same , there is no problem at case insensitive
- echo "Hello world using echo </br>";
- ECHO "Hello world using ECHO </br>";
- EcHo "Hello world using EcHo </br>";
variable declaratioon is case sensitive
three variables are different
- $color = "black";
- echo "My car is ". $ColoR ."</br>";
- echo "My dog is ". $color ."</br>";
- echo "My Phone is ". $COLOR ."</br>";
No comments:
Post a Comment