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?