I'm trying to help a client out here. This is typically out of my domain, but the forum's been great in the past.
Here's what we're trying to do, but don't know how to in PHP.
I have a URL string where the client needs to include some variable information.
test.abc.com:8080?variable1=9899&variable2=09oid&variable3=Y
What comes back is either a YES or a NO
The code will branch accordingly.
My question is what is the best approach to connect to the site? I've done a little research and found a couple of alternatives -- fsockopen, fopen, GET/HTTP. The partner can't get what he's coded and wanted to know if he's just barking up the wrong tree.
Just looking for a recommended approach here. Thanks in advance.