[ |
sitehost: manual: 14 - PHP ]What is PHP?PHP (Hypertext Preprocessor) 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 .php3 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 detailed information regarding PHP, you can go to their online manual: http://www.php.net/manual Other useful sites include: http://www.vtwebwizard.com/tutorials/mysql/ http://www.devshed.com/Server_Side/PHP/Introduction/
|
All text and images unless otherwise indicated are Copyright © 1999 - 2001 by Studio Braun.