What is PHP?

PHP is a server-side HTML embedded scripting language used to create scripts and/or Web pages. In a HTML document, a PHP script is enclosed with special PHP tags. Because PHP is executed on the server, the client cannot view the PHP code. PHP can perform any task that any CGI program can do, but strength lies in the compatibility with many types of databases. PHP can talk across networks using IMAP, SNMP, NNTP, POP3, or HTTP.

  • 11 Users Found This Useful
Was this answer helpful?

Related Articles

What extensions do I use for PHP?

You can use .php, .php3 .phtml, .php4

Why do I get a PHP 500 Error?

Normallly, the permissions on php files should be 644 and the permissions on folders containing...

How do I create a new database?

To create a new database, log into your control panel and click the "Manage Mysql" link. You will...

Could I connect to Mysql server remotely ?

No, we have blocked MySQL remote port to make our servers safe.