Scripting

How Can I Learn PHP Scripting?

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. It is highly powerful tool for making dynamic and interactive Web pages.

--PHP files go in the public_html directory and any other directory folder from the root directory.

1. To use PHP within your account make a file and give it a ".php" file
extension (e.g., example.php).

2. Inside this file you can put any HTML that would normally go in a
Web page.

3. Anywhere in that file, within the HTML, you can put your PHP code.

4. PHP code always begins with a "place to learn PHP is http://www.php.net/

Also, we have found http://www.w3schools.com/php/default.asp as a great resource for tutorials and how to use this powerful scripting language.

 

Sorry we do not provide support for php script coding.