what is php?

Answer Posted / m.mudassar

PHP, which stands for "Hypertext Preprocessor", is a server-
side, HTML embedded scripting language used to create
dynamic Web pages. Much of its syntax is borrowed from C,
Java and Perl with some unique features thrown in. The goal
of the language is to allow Web developers to write
dynamically generated pages quickly.

In an HTML page, PHP code is enclosed within special PHP
tags. When a visitor opens the page, the server processes
the PHP code and then sends the output (not the PHP code
itself) to the visitor's browser. It means that, unlike
JavaScript, you don't have to worry that someone can steal
your PHP script.

PHP offers excellent connectivity to many databases
including MySQL, Informix, Oracle, Sybase, Solid,
PostgreSQL, and Generic ODBC. The popular PHP-MySQL
combination (both are open-source products) is available on
almost every UNIX host. Being web-oriented, PHP also
contains all the functions to do things on the Internet -
connecting to remote servers, checking email via POP3 or
IMAP, url encoding, setting cookies, redirecting, etc.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is the use of mysql_real_escape_string() function?

533


Explain what does the unset() function means?

570


What is cookie and why do we use it?

522


What does $_server mean?

556


What are the special characters you need to escape in single-quoted stings?

507






What is the use of mysql_real_escape_string in php?

443


How to delete a file from the system?

570


What do you use php for?

528


What are form input html tags?

553


Explain the three different kinds of Arrays?

644


Explain what is the function file_get_contents() usefull for?

504


What is the use of post in php?

502


What is the function file_get_contents() usefull for?

518


What is api example?

520


What does php mean?

514