PHP - What is it? |
| |
|
|
|
New Poster Posts: 2 Topics: 1
|
|
|
August 06, 2010, 12:15:31 AM
|
|
Taken directly from PHP's home, PHP. net, "PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. "
« Last Edit: December 03, 2011, 09:58:20 AM by Admin »
|
|
| |
|
|
|
New Coder
Location: Australia
Gender: 
Age: 22
Posts: 42 Topics: 1
|
|
|
August 06, 2010, 02:50:55 AM
|
|
PHP's a language which sits between a database server, such as MySQL, and communicates between that and HTML, which is what your browser reads to make a page up. For example, with a forum, you would generate most of the tables and stuff like that using HTML, and usernames and passwords would be stored on the database server. You use PHP to submit a user's information to the server and to check that it matches. This answer is a bit light on specifics but that's the gist of PHP.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
August 07, 2010, 03:43:29 PM
|
|
Although it connects to databases very easily, which are often used on the web, really it has nothing more to do with DBs than that, it is very common indeed to use php without a database. Even if you want some persistance you don't need to use a database
|
|
| |
|
|
|
New Coder
Location: Australia
Gender: 
Age: 22
Posts: 42 Topics: 1
|
|
|
August 07, 2010, 05:23:31 PM
|
|
True. I only really use it for database connections, though. It does have other uses, like sendmail() for one thing.
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
August 09, 2010, 04:31:44 AM
|
PHP is a complete programming language like others. It can do database connections and other tasks related with database transactions. Simply consider this forum, which is build with PHP and MySQL and the base of the forum is it's database, so the code used for this forum is dealing with database most of the time. PHP has other functions to like dealing with I/O operations [files,folders,network etc.] Just check out the PHP manual and one can see what PHP can do. 
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
August 09, 2010, 11:47:30 AM
|
True. I only really use it for database connections, though. It does have other uses, like sendmail() for one thing.
Yer, well it is a fair point as I suppose a very large % of web applications do have DB connectivity
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
August 09, 2010, 09:08:59 PM
|
|
Simple logic:
If you dont need any database connection for your site then create static HTML site, it will perform better than developing one using PHP.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
August 10, 2010, 12:07:43 PM
|
|
Hu? That's just wrong, there are lots of reasons why you may want to use a technology more powerful than HTML. As php generates HTML server side then it is not nesc less performant than HTML especially with caching
|
|
| |
|
|
|
New Coder Posts: 15 Topics: 2
|
|
|
August 16, 2010, 03:57:10 AM
|
|
PHP stands for Hypertext Preprocessor; it is HTML implanted scripting language. PHP code is processed by a predictor application in command-line mode performing preferred OS operations as well as producing program output on its standard output channel.
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
August 16, 2010, 04:27:19 AM
|
Hu? That's just wrong, there are lots of reasons why you may want to use a technology more powerful than HTML. As php generates HTML server side then it is not nesc less performant than HTML especially with caching
OH! PHP can help you to use techniques like caching to reduce the load time of your site if your site is gettinglot of traffic. I missed this point.
|
|
| |
|
|
|
New Poster Posts: 1 Topics: 0
|
|
|
January 11, 2011, 12:10:11 AM
|
|
PHP is a powerful tool for making dynamic and interactive Web pages.
PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
In our PHP tutorial you will learn about PHP, and how to execute scripts on your server.
« Last Edit: August 28, 2011, 08:31:54 AM by Admin »
|
|
| |
|
|
|
New Poster Posts: 3 Topics: 0
|
|
|
January 12, 2011, 05:13:00 PM
|
|
PHP is one type of programming language which is used for web designe. PHP language widely used general-purpose, which was originally designed for Web development for producing dynamic web pages. To this end, PHP is embedded in an HTML document and interprets the PHP web server with a processor module, which creates a document of a web page.
|
|
| |
|
|
|
Skilled Coder Posts: 125 Topics: 0
|
|
|
January 23, 2011, 10:09:04 PM
|
|
PHP is a widely-used open source Language. The best things in using PHP are that it is extremely simple for a newbie. Future of PHP is more bright than . NET. There are Number of Company who are using PHP to build Application rather than . NET. Main advantage of PHP is that it's Hosting Price is Very Low than the Other Programming Language
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
January 26, 2011, 03:26:13 AM
|
|
some hosts don't support php. booo!
|
|
| |
|
|
|
New Poster Real name: music sansar
Location: canada
Gender: 
Age: 23
Posts: 5 Topics: 0
|
|
|
February 06, 2011, 10:01:16 AM
|
|
thank u all for these nice information. .
« Last Edit: October 22, 2011, 10:40:28 PM by Admin »
|
|
| |
|
|
|
New Poster Posts: 1 Topics: 0
|
|
|
February 09, 2011, 11:00:59 PM
|
|
PHP is a server-side scripting language usually written in an HTML context. PHP goes right into your Web pages, so there's no need for a special development environment or IDE. PHP interpreters are available on both 32-bit and 64-bit operating systems.
|
|
| |
|
|
|
New Poster Real name: Kuldeep Kundal
Location: Indore, India
Gender: 
Age: 31
Posts: 1 Topics: 0
|
|
|
February 18, 2011, 12:38:30 AM
|
|
PHP is an open language, which is used to build website at any platform , it a very affordable and a easy to work language. PHP Developers are availbale at very affordable price who can develop the website in very short period of time .
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
March 01, 2011, 07:15:51 AM
|
|
PHP is a more dynamic alternative for HTML, which is used for web designing...
|
|
| |
|
|
|
Skilled Coder Posts: 125 Topics: 0
|
|
|
March 02, 2011, 01:35:21 AM
|
|
PHP is a open source and free software to make a dynamic web pages.
|
|
| |
|
|
|
New Coder Real name: Shaun
Posts: 34 Topics: 0
|
|
|
March 14, 2011, 12:26:35 PM
|
|
PHP stands for Hypertext Preprocessor , its a server site scripting language which supports many databases like Mysql , Oracle. Main thing and main reason for its popularity that its free open source software and very easy to understand and learn for any one how has some knowledge of basic html.
|
|
| |
|
|
|
New Coder Posts: 20 Topics: 2
|
|
|
April 13, 2011, 02:21:42 PM
|
|
You would generate most of the tables as well as stuff like that using HTML, and usernames and passwords would be stored on the database server. You use PHP to submit a user's info to the server as well as to check that it matches.
|
|
| |
|
|
|
New Coder Posts: 25 Topics: 2
|
|
|
April 26, 2011, 12:54:18 PM
|
|
Although it connects to databases really easily, which are oft misused on the web, rattling it has nothing much to do with DBs than that, it is rattling informal indeed to use php without a database.
|
|
| |
|
|
|
New Coder Real name: Michelle Jorgen
Posts: 42 Topics: 2
|
|
|
April 29, 2011, 12:11:23 AM
|
|
YES it free laungage and quite easy to evulate
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
May 31, 2011, 12:25:38 AM
|
|
PHP is one of the most used online site especially for business related.
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 20, 2011, 12:45:28 AM
|
|
Php is the most simple language to use and learn. It is embedded within html. PHP is a powerful tool for making dynamic and interactive Web pages. PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 21, 2011, 02:33:51 AM
|
|
Php is like an html, in fact it is embedded within html tags. Php is the best open source language for developing web applications. Php Reduce the time to create large websites. Php is use to Create a customized user experience for visitors based on information that you have gathered from them. Php Open up thousands of possibilities for online tools. Check out PHP - HotScripts for examples of the great things that are possible with PHP. Php Allow creation of shopping carts for e-commerce websites.
|
|
| |
|
|
|
Regular Coder Posts: 73 Topics: 2
|
|
|
August 08, 2011, 11:32:20 PM
|
|
What Is PHP?
The endless possibilities of the PHP scripting language and a great community of users has made it one of the most popular open-source languages. For all you people living outside the UNIX world, Open Source means it doesn't cost anything. You can use it as much as you want and where you want, and nobody will ever charge you thousands of dollars for licenses and support. Even though it was originally conceived as a set of macros to help coders maintain personal home pages, its name grew a lot more from its purpose. Since then, PHP's capabilities have been extended, taking it beyond a set of utilities to a full-featured programming language, capable of managing huge database-driven online environments.
|
|
| |