sd9sd Posted April 18, 2008 Share Posted April 18, 2008 Hi, Everytime I have to test a PHP file, I have to upload it to the web....it's cumbersome! Isn't there a way to run a php file locally? I've heard of the 'sandbox' term. Could such a sandbox be used to simulate a php server? Any method of doing it locally? Link to comment https://forums.phpfreaks.com/topic/101680-run-php-locally/ Share on other sites More sharing options...
PFMaBiSmAd Posted April 18, 2008 Share Posted April 18, 2008 To develop and test php code locally, you install a web server and php (and mysql) on your computer. There are several all-in-one package installers. XAMPP is probably the most popular and up to date - http://www.apachefriends.org/en/index.html Link to comment https://forums.phpfreaks.com/topic/101680-run-php-locally/#findComment-520343 Share on other sites More sharing options...
gluck Posted April 21, 2008 Share Posted April 21, 2008 get LAMP on your local machine. Link to comment https://forums.phpfreaks.com/topic/101680-run-php-locally/#findComment-523320 Share on other sites More sharing options...
billa420 Posted May 8, 2008 Share Posted May 8, 2008 Which server & PHP do we use for Windows 98 & XP? Link to comment https://forums.phpfreaks.com/topic/101680-run-php-locally/#findComment-536098 Share on other sites More sharing options...
sd9sd Posted May 9, 2008 Author Share Posted May 9, 2008 Thanks PFMaBiSmAd & gluck! Link to comment https://forums.phpfreaks.com/topic/101680-run-php-locally/#findComment-536593 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.