Starting with PHP

Please note: Technical support is available mainly for technical-oriented questions regarding configuration of your Web site. We do not provide help with HTML syntax or PHP programming problems.

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
?>

Add Feedback