alex1985 0 Report post Posted March 6, 2008 Hello, everyone! I need some tools for those two things to test PHP scripts coming together with database on my laptop, instead checking them on a web-server which takes time. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 6, 2008 Do you mean that you need to have a local 'test' server installed on your laptop?If so, Google XAMPP or Google WAMP. Both are one-click installers that add the ability to run scripts on your local machine as if they were on a Web Hosting Server.They both add php, mySql and an Apache Server that duplicate your Web Hosting account.There are Tutorials in the Tutorial section here on the Xisto about setting them up and using them. Good Luck. Share this post Link to post Share on other sites
alex1985 0 Report post Posted March 6, 2008 All right. Where can I get the Apache Server. I went to his official web-site: http://www.apache.org/ and did not know what to download. I clicked the download link, and it lead me to some another page which contains a full list of different folders. Could you tell me what I should download exactly. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 6, 2008 If you are running Windows XP or Vista, use this link: https://www.apachefriends.org/download.html?a-installer.exe Share this post Link to post Share on other sites
alex1985 0 Report post Posted March 7, 2008 Can you find a link where I can download the whole apache server, like the one on http://www.apache.org/. The link, you gave me has the different name, not like apache. Share this post Link to post Share on other sites
rvalkass 5 Report post Posted March 7, 2008 The link jlhaslip provided is for XAMPP. If you install that, you will get Apache, MySQL and PHP installed and configured automatically. Many people find it easier than doing it themselves (although I have always found it easier to do it manually ).If you just want to install the latest version of Apache, use one of the following links:Unix Source Code: http://forums.xisto.com/no_longer_exists/Windows MSI: http://forums.xisto.com/no_longer_exists/Of course, on Linux, you can also use whatever package manager you like and go for a one-click installation and setup. Share this post Link to post Share on other sites
alex1985 0 Report post Posted March 8, 2008 Thanks a lot!!! That's exactly what I was searching for. Share this post Link to post Share on other sites
alex1985 0 Report post Posted June 10, 2008 Any more progs? Share this post Link to post Share on other sites
Live-Dimension 0 Report post Posted June 10, 2008 http://www.easyphp.org/ is another one Share this post Link to post Share on other sites
alex1985 0 Report post Posted June 11, 2008 Not bad?! Did you ever try it? Share this post Link to post Share on other sites