Link to home
Start Free TrialLog in
Avatar of n8dog
n8dog

asked on

Foreign GET Query


is there a way to query a foreign php page without cURL like the following pseudo code?

$ip = 'xxx.eee.www.qqq';

$lookup="http://aaa.zzzz.yyyy/country.php?ip='$ip'";


..and have the value stuck inside $lookup?

maybe im off base here, but i thought there was a less involved way than using cURL ...

anyone?
Avatar of daohailam
daohailam
Flag of United States of America image

Avatar of n8dog
n8dog

ASKER

interesting... got some sample applicable syntax?

ASKER CERTIFIED SOLUTION
Avatar of tolgaong
tolgaong
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial