Online Support ManualPlease use this manual to resolve any problems or questions you may have regarding your account before contacting our Tech Support Staff.Chapter One - Support Home Chapter Two - General Account Information Chapter Three - The Control Panel Chapter Four - FTP & Fetch Instructions Chapter Five - Telnet Access Chapter Six - POP 3 Email Settings Chapter Seven - Mail Manager & Mail Lists Chapter Eight - Microsoft FrontPage Chapter Nine - Anonymous FTP Chapter Ten - Site Statistics Chapter Eleven - Password Protected Directories Chapter Twelve - CGI-Bin, Formmail, SSI Chapter Thirteen - Secure Socket Layer (SSL) Chapter Fourteen - Changing Your Password Chapter Fifteen - PHP Chapter Sixteen - Policy, Guidelines, & Disclaimer Chapter Seventeen - Real Audio, Real Video Chapter Fifteen - PHPWhat is PHP? How do I set up a PHP Program?
<?
insert PHP code here
?>
To merely display the information in your database without the use of a form to call a php script you simply create your HTML document as you would any other web page but instead of the extension of .htm or .html you need to name the file with the extension .php3. Then within the document itself the section that you'd like to be the PHP code, you begin it with <? and end it with ?>. For instance:
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/
|