PHP Hello World
|
Popularity: (183)
Tags: php basics Link: Visit It >> |
PHP Introduction tutorial... PHP. Lets create a new text file and put this in it : html body ?php $text = "Hello World" echo $text ? /body /htm... .php. The first thing that you ll notice is the tags. These are the tags that allow us to to switch between HTML and PHP...