cirene Posted July 11, 2008 Share Posted July 11, 2008 I'm tired of trying to get all the latest individual components (php, mysql, windows, apach) to work together. What's the easiest way to start a FRESH install of the LATEST and greatest? I came across this website: http://www.wampserver.com/en/ Do you recommend this? Is this the best way to get the latest and greatest installed, as easily as possible? Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/ Share on other sites More sharing options...
Third_Degree Posted July 11, 2008 Share Posted July 11, 2008 WAMP is perfect. Period. Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587271 Share on other sites More sharing options...
DarkWater Posted July 11, 2008 Share Posted July 11, 2008 Yes, it's pretty easy to get it done with WAMP. I don't use Windows anymore, but I know that it's good. But the actual setup scripts (the default WAMP index.php for Apache) are commented in French, but it doesn't make a big deal because you won't need to edit that file. Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587272 Share on other sites More sharing options...
cirene Posted July 11, 2008 Author Share Posted July 11, 2008 Thanks alot. I'm going to try to UNINSTALL everything, goto wampserver.com, then install that. Hopefully that will CURE my WOES! You guys are great! Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587276 Share on other sites More sharing options...
DarkWater Posted July 11, 2008 Share Posted July 11, 2008 No problem. It's easy to install and everything. Good luck. Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587278 Share on other sites More sharing options...
Lamez Posted July 11, 2008 Share Posted July 11, 2008 WAMP is good, but my PHP files on my local machine look weird, so I used XAMPP Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587288 Share on other sites More sharing options...
vikramjeet.singla Posted July 11, 2008 Share Posted July 11, 2008 i am using WAMP for last 2 years and having no issue.... there are much more addons... several apache, php, mysql versions... and easy switching between different versions as per your requirements.... cheers!!!!!!!!!!!!! Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587298 Share on other sites More sharing options...
mmarif4u Posted July 11, 2008 Share Posted July 11, 2008 XAMPP is better than WAMP. Even that i am not using it anymore. Long Live LINUX. Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587299 Share on other sites More sharing options...
jkewlo Posted July 11, 2008 Share Posted July 11, 2008 how do i get my error's to display? it just shows a white page and i have to check the php error log when i want to see them errors are turned on in my php.ini Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587304 Share on other sites More sharing options...
corbin Posted July 11, 2008 Share Posted July 11, 2008 What is display_errors set to? Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587314 Share on other sites More sharing options...
mmarif4u Posted July 11, 2008 Share Posted July 11, 2008 try this at very top of the php page. error_reporting(E_ALL); OR ini_set('error_reporting', E_ALL); Quote Link to comment https://forums.phpfreaks.com/topic/114213-can-anyone-vouch-for-wampservercom/#findComment-587316 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.