DigitalNuance Online Support Manual
© 2003 DigitalNuance - All Rights Reserved
.

PHP

What is PHP?
PHP is a server-side HTML embedded scripting language that was developed in C and is designed especially for working with relational database systems. How do I set up a PHP Program? A PHP program is embedded directly in the HTML document. It must have a .phtml extension in order for the server to look for PHP code in the document. Here is how you embed the PHP:

<?
insert PHP code here
?>

For an online users manual for PHP, visit their homepage at http://www.php.net/manual/

 

TOP