WHATS IS PHP?Can any body help me
Whats Is Php ?
Collapse
X
-
For laypeople, it's a programming language that's for websites.
Before you see the webpage, PHP gets run, and the output is your html file which you view.
Basically it makes webpages more dynamic, e.g. most forums use PHP to display all the topics and such.Comment
-
PHP is basically used in creating 'dynamic websites'. A Dynamic website is one where a database is used to store limitless data.
For instance, a gaming website like freeonlinegames .com displays 100s of games using max 2-3 pages.
And how is this possible?
|
|
|
PHP + MYSQL (Database)
Visit my website http://www.phpjavascript.com/script.php?scriptid=66 for tutorials on how to build such websites.Comment
Comment