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
object required error
pinging devices on ipsec tunnel
Spoolsv.exe using up to 100% CPU
Access 2010 option button value
Editable dropdown list in ASP.net 3.5 using C#
can I use my hard drive with XP and data on it with a system with replaced motherboard ?
Operation Must Use an Updateable Query
implementing aixpert on aix
Good free network Management software
Can I copy a SQL agent job (2008) from one server to another?