Microsoft
Software
Hardware
Network
Question : running php scripts on a stand-alone computer
I have a JavaScript code that I would like to run stand-alone on my PC. It calls a PHP script to read a file which is supposed to be on the server. But, I just want to store those files locally, skipping the whole server side so that I can run it all stand-alone.
Answer : running php scripts on a stand-alone computer
just type in
http://localhost
or
http://127.0.0.1
in your browser..
99.99% of the times, there won't be any problem.. It will be success.
Now, in your javascript file, change
http://example.com/script.
php
to
http://localhost/script.ph
p
Random Solutions
ORA-00701: object necessary for warmstarting database cannot be altered
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Carrier Unlock for iPhone 3GS iOS 4.0.1 (8A306)
Excel - Find nearest words for top ranked (text mining)
Teradata Where Clause - Limit date to this month
server 2008 capacity
Batch printing word document to non-default printer
User.isInRole always return false
How to hide a dummy date value.
Must I upgrade Xcode 3.2.3 to 4? why? how?