DigitalNuance
Online Support Manual
© 2003 DigitalNuance
- All Rights Reserved.
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
?>