|
|
PHP3
PHP is a server-side, HTML-embedded scripting language. PHP
is similar to Microsoft's ASP (Active Server Pages). It is
a powerful development tool which allows for faster development
of dynamic content with less programming. As with CGI, CAMEX
VI does NOT provide development support for PHP. You
can find extensive
documentation on the PHP web site, and can learn more
about PHP at http://www.php.net/
Conventions and CAMEX VI specific information
- CAMEX
VI uses PHP version 3.0.12.
- The "CGI
redirect" version of PHP is installed.
- PHP files
should end with the extension
.php3
- PHP files
should be placed with your web documents; not in your /cgi-bin
directory.
- GIF creation
via PHP is not supported or permitted.
Sample code
A simple
PHP program (hello.php3):
PHP can
also be used with a Mysql database to create advanced, dynamic web pages.
To find out more, please consult the PHP
site and Mysql documentation.
|