<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../xml/codehelp.xsl"?>
<?xml-stylesheet href="../xml/codehelpxml.css" type="text/css" ?>
<!DOCTYPE CODEHELP SYSTEM "../xml/codehelp.dtd">
<CODEHELP>
   <BEGIN TITLE="Writing PHP - 1"/><NAVIGATE FILEBASE="../php/about.php" FILELINK="About PHP" WWW="1">About PHP</NAVIGATE>
<NAVIGATE FILEBASE="../php/second.php" FILELINK="2 - PHP output" WWW="1">2 - PHP output</NAVIGATE>
<NAVIGATE FILEBASE="../php/third.php" FILELINK="3 - Headers and variables" WWW="1">3 - Headers and variables</NAVIGATE>
<NAVIGATE FILEBASE="../php/form.php" FILELINK="4 - PHP forms" WWW="1">4 - PHP forms</NAVIGATE>
<NAVIGATE FILEBASE="errors.php" FILELINK="5 - Debugging PHP" WWW="1">5 - Debugging PHP</NAVIGATE>
<NAVIGATE FILEBASE="taint.php" FILELINK="6 - Tainted input data" WWW="1">6 - Tainted input data</NAVIGATE>
<NAVIGATE FILEBASE="files.php" FILELINK="7 - Reading / writing files" WWW="1">7 - Reading / writing files</NAVIGATE>
<NAVIGATE FILEBASE="functions.php" FILELINK="8 - Common PHP functions" WWW="1">8 - Common PHP functions</NAVIGATE>
<NAVIGATE FILEBASE="../php/mysql1.php" FILELINK="MySQL and PHP" WWW="1">MySQL and PHP</NAVIGATE>
<NAVIGATE FILEBASE="../php/xmlparse1.php" FILELINK="Parsing XML with PHP" WWW="1">Parsing XML with PHP</NAVIGATE>
<PAGE HEADING="Writing PHP - 1" SUBHEADING="What can PHP do?" /><PARA><TEXT>System functions available within PHP include creating, opening, reading from, writing to and
closing files on the server, executing system commands, create directories and modify file permissions in 
pre-determined directories. PHP can receive and process data from forms, save data to files, send by 
email and output a response to the browser. Some installations of PHP can use databases and generate 
tables and content in real time and some can also create images on-the-fly.</TEXT></PARA>
<PARA><TEXT>Other uses of PHP4 include Java and Java Servlets support, XML parsing, 
Acrobat PDF file creation, GZip manipulation, DNS and socket use etc.</TEXT></PARA>
<PARA><TEXT>PHP is cross platform and available for all types of web servers and has a lower memory 
requirement than other server-side languages.</TEXT></PARA>
</CODEHELP>