|
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. All of our servers
have PHP installed.
PHP is designed to be fast and was written to do database work.
PHP is a server side HTML embeded scripting language, meaning that PHP
is embeded in the HTML files and the server does the work of translating
the PHP. This means that it is totally platform and browser
independent. [it is possible to make things platform and browser independent
with Microsoft ASP (Active Server Pages) having the server do all the
compiling, but PHP is backed up with UNIX reliability and Database speed;
ASP is not quicker than PHP]. PHP is reliable and fast.
|