wannabeeaweak 0 Report post Posted September 25, 2004 what is php?what does it stand for ?please answer i need to know Share this post Link to post Share on other sites
k221405241470 0 Report post Posted September 25, 2004 Php?Are you joke? Php is a server side scripiting Lang, it's free and open, Php needs and "interpreter" that you can download from Php.net, but i suggest to you to learn more on http://php.net/, the officiale php Lang site...ah Php has 2 "different" version the 4.x and the 5.x, the 5.x is a new version thata provide a best managemente with class and the OO structure Share this post Link to post Share on other sites
kelp 0 Report post Posted September 25, 2004 php stands for hypertext preprocessor. You know how you signed up for this board, that's a combination of php and mysql. You know how you created this topic? php and mysql. MySQL is a database which php sends stuff too basically. Share this post Link to post Share on other sites
ilnli 0 Report post Posted October 2, 2004 php is a server side scripting language like asp but much faster than that. It is used to create dynamic pages which are different for each user. Share this post Link to post Share on other sites
yusank 0 Report post Posted October 12, 2004 php is hypertext preprocessor like asp or jsp but much faster than that. You know how you signed up for this board, that's a combination of php and mysql. Share this post Link to post Share on other sites
FirefoxRocks 0 Report post Posted August 18, 2007 PHP stands for hypertext preprocessor. It is a server-side scripting language that allows you to create dynamic pages that can be different for each user. Many application are built off and can be created using PHP. For example, many forums, shoutboxes, login/membership sites, role-playing games and major sites use PHP. This is just a small amount of what PHP can do. PHP is commonly used with MySQL to store data, such as usernames, passwords, email addresses and other information about users and/or other stuff. An example is that each member of Xisto has a specific row set in a table in a MySQL database that is accessed every time there is user activity. Also, each topic of the forum is stored in a row, also known as a "record". While PHP is a free server side scripting language, and MySQL is a database system, the main competitor to PHP and MySQL is ASP and MSSQL. ASP is a Microsoft-based technology that is similar to PHP, but runs on Windows machines only. MSSQL is similar to MySQL, it is also a Microsoft-based technology. I recommend the use of PHP over ASP because it is free, it is easier to learn and that Xisto supports it. For your own server/testing purposes, you can download PHP at http://php.net/. There is also plenty of help there to get you started in learning and using it. For more help, you can always visit the PHP Tutorial at W3Schools. I hope you understand more about PHP now. Share this post Link to post Share on other sites
Sten 0 Report post Posted August 18, 2007 ASP is only for windows, so if u dont plan on using a windows server then you might as well not even learn it.u dont exactly have to ONLY use mysql for a database in php. theres lots of other free ones, mysql is just the most popular and leading database program. Share this post Link to post Share on other sites
robert2411 0 Report post Posted September 29, 2007 in the beginning php stand sor personal home page but it chant to hypertext preprocessorits server site and it can communicate whit programmas and databasesit creats dynamic weppagesit can also create images when you have installed the right plugings Share this post Link to post Share on other sites