PHP is excellent for creating dynamic Web pages
for e-commerce and other Web applications. A dynamic Web page is
a page that interacts with the user, so that each user visiting
the page sees customized information. Dynamic Web applications are
prevalent in commercial (e-commerce) sites, where the content displayed
is generated from information accessed in a database or other external
source.
PHP is a server-side HTML embedded scripting language. It provides
web developers with a full suite of tools for building dynamic websites:
native APIs to Apache and other web servers; easy access to MySQL,
Sybase, Oracle, and other databases; IMAP; LDAP; HTTP headers and
cookies.
PHP offers a simple and universal solution for easy-to-program
dynamic Web pages. The intuitive interface allows programmers to
embed PHP commands right in the HTML page. Its elegant design makes
PHP significantly easier to maintain and update than comparable
scripts in other languages. Because of its wide distribution to
a large community of users, PHP is very well supported
PHP is a server-side HTML embedded scripting language. It provides
web developers with a full suite of tools for building dynamic websites:
native APIs to Apache and other web servers; easy access to MySQL,
Sybase, Oracle, and other databases; IMAP; LDAP; HTTP headers and
cookies.
|