Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the php function that removes the first element of the array and returns it?

0 Answers  


Which software is used to run php programs?

0 Answers  


What is mem_cache ? How do you put a database query into that ?

5 Answers   NIIT,


Explain some of the php array functions?

0 Answers  


How do you run a php script from the command line?

1 Answers  


How can we create a database using PHP and mysql?

4 Answers   Rushmore Consultancy,


How to make a class in php?

0 Answers  


Whats the difference between include() and require()?

4 Answers  


What is the use of php and mysql?

0 Answers  


How can cross site request forgery csrf be prevented?

0 Answers  


What are the characteristics of php variables?

0 Answers  


What is inheritance in php with example?

0 Answers  


Categories