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
SPSS - Modify Output of Crosstabs
system idle 99% however the cpu usage runs at between 25 & 45 %
Access 2003 -> Word 2003 - have a question on code that works to save doc as pdf file...
How to enable/license terminal server
Need HP DMI Utility
How to make IN operator to accept CSV which are varchar in SQL Server 2008
VNC server Ubuntu 10.04
Hidden answers after logging in
SQL 2008 SSIS Package Issue
Port Forwarding over Draytek VPN - help needed