sagardcoder Posted July 6, 2007 Share Posted July 6, 2007 I am new to PHP... Want to start learning... Please tell me requirements(S/W) for that and from where I will get that... I am having Winows 98 ... Link to comment https://forums.phpfreaks.com/topic/58662-new-to-php-need-help/ Share on other sites More sharing options...
wildteen88 Posted July 6, 2007 Share Posted July 6, 2007 What is S/W? To get started with PHP I encourage you to first install Apache (http server) and PHP. PHP is a server side language so requires a server, thus Apache. php.net has very good documentation for setting up PHP with Apache. Installing Apache and PHP on your computer you can can easily test and run your PHP scripts on your computer. Which allows you to develop offline so you don't need to be connected to the net to test your PHP files on your website. If you are going to be developing a web application that requires some form of database then I recommend installing MySQL. MySQL is one of the many database's PHP supports. It's also the most popular database to be used with PHP. Link to comment https://forums.phpfreaks.com/topic/58662-new-to-php-need-help/#findComment-291396 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.