1999-06-06 18:51:02 +00:00
|
|
|
|
|
|
|
<preface id="preface">
|
|
|
|
<title>Preface</title>
|
2000-07-30 18:32:22 +00:00
|
|
|
|
1999-06-06 18:51:02 +00:00
|
|
|
<abstract>
|
|
|
|
<simpara>
|
2000-07-30 18:32:22 +00:00
|
|
|
<acronym>PHP</acronym>, which stands for "PHP: Hypertext
|
|
|
|
Preprocessor", is an HTML-embedded scripting language. Much
|
2001-01-12 23:16:47 +00:00
|
|
|
of its syntax is borrowed from C, Java and Perl with some
|
|
|
|
unique features thrown in. The goal of the language
|
2000-07-30 18:32:22 +00:00
|
|
|
is to allow web developers to write dynamically generated pages
|
|
|
|
quickly.
|
1999-06-06 18:51:02 +00:00
|
|
|
</simpara>
|
2001-07-26 08:54:04 +00:00
|
|
|
<simpara>
|
|
|
|
Note, that PHP is not only a Hypertext Preprocessor today. You
|
|
|
|
can generate images, PDF files or even Flash animations on the
|
|
|
|
fly with simple PHP scripts. Also check
|
|
|
|
<ulink url="&url.php.gtk;">PHP-GTK</ulink> to see, that
|
|
|
|
PHP can be used to write client-side GUI applications.
|
|
|
|
</simpara>
|
1999-06-06 18:51:02 +00:00
|
|
|
</abstract>
|
|
|
|
|
|
|
|
<sect1 id="about">
|
|
|
|
<title>About this Manual</title>
|
|
|
|
<para>
|
2001-07-26 09:00:29 +00:00
|
|
|
This manual is written in <acronym>XML</acronym> using the <ulink
|
|
|
|
url="&url.docbook.xml;">DocBook XML DTD</ulink>, using <ulink
|
|
|
|
url="&url.dsssl;"><acronym>DSSSL</acronym></ulink> (Document
|
|
|
|
Style and Semantics Specification Language) for formatting. The
|
|
|
|
tools used for formatting <acronym>HTML</acronym>,
|
|
|
|
<acronym>TeX</acronym> and <acronym>RTF</acronym> versions are
|
|
|
|
<ulink url="&url.jade;">Jade</ulink>, written by <ulink
|
|
|
|
url="&url.jclark;">James Clark</ulink> and <ulink
|
|
|
|
url="&url.dbstyle;">The Modular DocBook Stylesheets</ulink>
|
|
|
|
written by <ulink url="&url.nwalsh;">Norman Walsh</ulink>.
|
|
|
|
We use <ulink url="&url.winhelp;">Microsoft HTML Help Workshop</ulink>
|
|
|
|
to generate the WinHelp format of the manual.
|
2000-03-10 20:38:57 +00:00
|
|
|
</para>
|
2001-01-12 23:16:47 +00:00
|
|
|
<para>
|
2001-07-26 08:54:04 +00:00
|
|
|
You can download the actual manual in various languages and
|
|
|
|
formats, including plain text, plain <acronym>HTML</acronym>,
|
|
|
|
<acronym>PDF</acronym>, PalmPilot DOC and iSilo and WinHelp,
|
2001-01-12 23:16:47 +00:00
|
|
|
from <ulink url="&url.php.docs;">&url.php.docs;</ulink>.
|
2001-07-26 08:54:04 +00:00
|
|
|
The manuals are updated daily.
|
1999-06-06 18:51:02 +00:00
|
|
|
</para>
|
2001-01-12 23:16:47 +00:00
|
|
|
<para>
|
|
|
|
You can find more information about downloading the
|
|
|
|
<acronym>XML</acronym> source code of this documentation
|
|
|
|
at <ulink url="&url.php.cvs;">&url.php.cvs;</ulink>. The
|
2001-01-18 18:28:47 +00:00
|
|
|
documentation is stored in the <literal>phpdoc</literal> module.
|
2001-01-12 23:16:47 +00:00
|
|
|
</para>
|
1999-06-06 18:51:02 +00:00
|
|
|
</sect1>
|
|
|
|
|
|
|
|
</preface>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
sgml-parent-document:nil
|
2000-03-10 20:38:57 +00:00
|
|
|
sgml-default-dtd-file:"../manual.ced"
|
1999-06-06 18:51:02 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
-->
|