executing problem
Posted: Thu Jan 15, 2009 6:00 am
Hi all,
Here is my problem:
There is an online api created by some site
Now i want to write a php in my local machine
so that once i access myapi.php with the given information, it will execute the code with xyz.com/api.php and present me with all the data that the api has responded.
Its like i simply want to execute the api.php from my localmachine. How do i do this?
Here is my problem:
There is an online api created by some site
Code: Select all
http://www.xyz.com/api.php?acct=[account]&a=[somthing]&b=[somethingelse]Code: Select all
http://localhost/myapi.php?acct=[account]&a=[something]&b=[somethingelse]Its like i simply want to execute the api.php from my localmachine. How do i do this?