Question:
what is PHP?
anonymous
2008-07-01 23:15:01 UTC
Please anybody tell me about PHP.

http://www.onlinevideogallery.com
Twelve answers:
Stevo
2008-07-01 23:26:00 UTC
PHP is a programming language - silly, but the name stands for PHP Hypertext Processor. It is open-source and free to use - works well with MySQL, which is an open-source database software. Basically PHP extends basic HTML by allowing users to create dynamic content, derived from databases and from variables set elsewhere.



The above was my description - here is the description of PHP from the PHP.net website:

"PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. " Check it out at php.net



Now that I look at your question, it looks like you were just posting it to get a link to your site...
R
2015-04-18 09:58:58 UTC
PHP is a server side programing language.

PHP originally stood for Personal Home Page which is now officially known as Hypertext Preprocessor.

75% of Web 2.0 sites are built in PHP.

Major sites such as Wikipedia and Facebook as well as in some of the world’s biggest open source projects like WordPress and Drupal.
rohit g
2008-07-01 23:20:57 UTC
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.
Grant P
2008-07-05 12:03:59 UTC
PHP is a C-like scripting language (requires no compile by the developer). While it provides a lot of functionality making it ideal for generating Web pages/using within Web pages, it is a general purpose scripting language just like Perl or anything else. It can be run from the command line. I have scripts that manipulate the file system. I have scripts that fetch other pages from the Web and download them to my local directory. I have scripts that generate XML and then open the XML in an application. Just wanted to make the point that it's not just for HTML.
?
2014-08-30 23:46:33 UTC
PHP (Hypertext Preprocessor) is an open source scripting language. It is mainly used for web development. Not only this, you also use it for server side scripting language as like as javascript. You also employ it into HTML. PHP can be easily embedded into HTML.
?
2014-04-22 23:33:50 UTC
PHP is a server- side scripting language http://javalearnsimply.weebly.com/php-guide.html#Wphp
Arif
2014-06-06 08:58:38 UTC
PHP is most value able programing language
marcie
2008-07-01 23:36:33 UTC
PHP is a hypertext preproccesor.. it's a programming laguage that allows all other programming language to connect with each other through this kind of programming laguage...gets?
anonymous
2014-05-18 23:39:05 UTC
Agree with others. PHP is the go to technology for the new generation small and medium enterprises. However one limitation is that it is cannot be encrypted (like .jar in Java)
mathi
2014-08-09 06:11:13 UTC
php is a development part. it is mostly used for web development compare then dotnet and java because it is open source platform.
clmphoenix
2008-07-01 23:23:58 UTC
It's a computer script language for server side scripting. You can use it to command applications, web designing, etc.
anonymous
2014-07-07 14:57:05 UTC
Hyper text preprocessor


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...