i've installed wamp on my small system. My localhost site works correctly. however when i've something in url like localhost/test.php?a=1 i.e something passed in url . i recieve error like error 101 internet err_connection_totally reset . anyone has same error or solution ?
If you're attempting to interface to MySQL it might be an problem using the driver...
http://serverfault.com/questions/74313/what-could-cause-an-101-error-in-wamp-under-windows-7
Look at your logs to determine what is leading to the mistake...
Are you certain that it's WAMP's error? I researched your error and located this: http://www.google.com/support/forum/p/Chrome/thread?tid=476f762a0f84017f&hl=en
@pradeep even I'd exactly the same problem. You need to close the bond in the finish of the page code while using connection resource. labored for me personally ... mysql_close($conn) where $conn is the mysql database connection resource variable that you've accustomed to connect with mysql database.