what is php?

Answers were Sorted based on User's Feedback



what is php?..

Answer / 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

what is php?..

Answer / anjithkumar.garapati

It is a server side scripting language, used to serve the
requests of the cilent side. Abbrivation for "php" is
Hypertext Preprocessor.

used primarily for dynamic web content and server-side
applications...creates database interactivity and dynamic
content on the Web. Often used with MySQL. PHP is an open
source language that can be used on multiple platforms.

Is This Answer Correct ?    7 Yes 0 No

what is php?..

Answer / deepaksh

PHP is a server-side scripting language designed primarily for web development but is also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994,

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

Explain me what is the goto statement useful for?

0 Answers  


What do you mean by MVC ?

3 Answers   NIIT,


How to create database connection and query in php?

0 Answers  


how we can upload and view video files

2 Answers  


How to upload and play video in Php when u r in localhost?

3 Answers   HCL,


describe arguments in header in php?

1 Answers  


What is php data type?

0 Answers  


What's the best method for sanitizing user input with php?

0 Answers  


How many types of arrays are there in php?

0 Answers  


How to get the ip address of the client?

0 Answers  


Why use static methods php?

0 Answers  


Which framework is best for php?

0 Answers  


Categories