Good day! Can I run PHP(in WAMP) scripts without internet connection? Replies are really appreciated.
jjemphoung 0 Light Poster
Recommended Answers
Jump to PostIf you are asking if you can run local php scripts (scripts that do not fetch anything from a remote website), then yes. Simply open your browser to
http://localhost/yourScript.phpHowever, if your php script is doing some curl request to some remote server (like google for example), then no. …
Jump to PostHosted on an external server? I am using WAMP which means my server is my computer. So, does it mean that i can actually run my php-mysql script in my machine without internet connection? thank you!
The meaning is, if all the pages and resources (like images et al) are …
All 6 Replies
hielo 65 Veteran Poster
jjemphoung 0 Light Poster
hielo 65 Veteran Poster
jjemphoung 0 Light Poster
Stefano Mtangoo 455 Senior Poster
hielo 65 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.