CATEGORY: PHP

QUESTION:
Starting with PHP

ANSWER:
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
?>
############################################################

Please be advised that this is a SUPPLEMENTAL Online Manual.

The PRIMARY Online Manual is inside your Online Control Panel... to access it, just click Documentation link at very bottom of Online Control Panel screen.

You should always consult the Online Manual inside your control panel first... and only consult this SUPPLEMENTAL Online Manual as a last resort.

if after consulting the Control Panel Documentation, you still need assistance, please CONTACT SUPPORT

top