Click here to Skip to main content
15,908,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When the internet connection is available than easily localhost and phpmyadmin open. but some time when connection is off than it also show offline......
Is internet connection is must for wamp?
Posted
Comments
esmailian 10-Feb-12 3:46am    
Try with XAMPP .

1 solution

If never can work when you are disconnected, because PHP is only executed on the server side.

What you observe is only the impression you may have because something happens on already loaded page purely on client side, in JavaScript. In other cases, you can have the same page loaded from you local cache.

Try to refresh it (using View/Reload, Ctrl+R or something like that), and you will see that the resource is not available unless you connected again.

(Of course you can work physically disconnected form a network, bit only it you run some HTTP server on your local host. And yes, it can be WAMP (which simply means that you are running Apache and PHP on Windows). I don't think this is relevant to your question.)

—SA
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900