These tutorials are about PHP and its use for server-side Web programming.
This tutorial has four (4) sub-sections.
Reading and writing from the network
PHP is capable of working with many data sources, but in order to get immediate feeback, the best place to start is with its interaction with the Web server itself and the Web documents it prepares for and recieves back from transmission with the client. In other words th ebest place to start is with writing documents straight to the browser and reading information back from the browser.
This section looks at the following topics:
* Writing information out to Web pages for immediate transmission to the client.
* Reading forms and other data sent back from the client.
* The global arrays that store the system and environmental variables and how to use them in short form and long form.
* Some important information on encoding special characters in URLs.
The tutorial continues here
_________________
www.easternBrain.com ....The Multitopic Blog: Information, Opinion and Analysis
www.vishnuRao.com .....My Blog #2 on: Cyber Laws, eCommerce and related areas (Running in BETA)
www.vishnuRao.com/blog .... My Personal Blog

