- PHP stands Pre Hypertext Processor
- It is a server Scripting language
- Its an open source software and
- It supports many databases.
PHP Syntax
A php file must stat with and end with ?>
echo " hello world" will reproduce Hello world in the browser.
Variables are declared as
| $var_name = "value" |

No comments:
Post a Comment