
22-04-2010, 12:07 AM
|
 | | | Join Date: Sep 2007 Location: near Govt College of Science Multan Pakistan
Posts: 9,693
Contact Number: Removed Program / Discipline: BSIT Class Roll Number: 07-15 | |
PHP – An Introduction - Typically file ends in .php
- Separated in files with the tag
- php commands can make up an entire file, or can be contained in html--this is a choice….
- Program lines end in ";" or you get an error
- Server recognizes embedded script and executes
- Result is passed to browser, source isn't visible
|