What is PHP?
Answers were Sorted based on User's Feedback
Answer / deepak , arsh, jagpreet,
php is short for PHP hypertext preprocessor which is general
purpose server side scripting language
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vijaya
PHP is scripting language.It is widely used in web
development . PHP files will be executed in server side and
the result will be displayed in the browser.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / renjith k r
PHP stands for hypertext preprocessor which is generaly
used for creating dynamic web pages.It is a server side
scripting language.It is more faster than other scripting
languages like asp etc..It is an Open Source Language
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / anirban paul
Php is a simple and powerful server side scripting language
designed fro creating dynamic web pages
| Is This Answer Correct ? | 2 Yes | 0 No |
[1].PHP stands for Hypertext Preprocessor.PHP is a widely-used
general-purpose scripting language that is especially suited
for Web development and can be embedded into HTML. ...
[2].PHP is an open-source language, used primarily for dynamic
web content and server-side applications. It is often pointed to
as the main competitor with:
* Microsoft's C# - Visual Basic.NET - ASP family,
* Sun's Java - JSP
* Macromedia's ColdFusion
* CGI - Perl
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bala
PHP stands for HyperText PreProcessor and it widely used
for to develop the web application.It's one of the
scripting language.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / usha
PHP stands for Personal Home Page or Hypertext PreProcessor.
PHP is a server side scripting language and it is an
Open Source Language.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / maharana partap
PHP means personal Home Page you can create personal home
pages with this scripting language.
| Is This Answer Correct ? | 2 Yes | 8 No |
What is the difference between static and dynamic websites?
i was set new individual folder for saving session values,the folder name is session and i set 777 permission,using session.save_path function like session.save_path "/home21b/sub004/sc21311-ULCX/candyoflove.com/session/" but it causing Warning: Unknown(): SAFE MODE Restriction in effect. The script whose uid/gid is 12112/12112 is not allowed to access /home21b/sub004/sc21311-ULCX/candyoflove.com/session owned by uid/gid 12267/12267 in Unknown on line 0 ,please tell what changes make this script, i was using .htaccesss file..plz help me....
How to run a php script?
How can you submit a form without a submit button?
What is the integer?
How do you check if an arraylist is empty?
How to create database connection and query in php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Does php have future?
Which operator is used to concatenate two strings in PHP?
What exactly is PHP?
Can we override static method?