I have a CGI application which i can call from an URL command
http://server/cgi-bin/function?var=784
with var obviously changing. This produces a list of info. 4 fields seperated by a comma then a new line space. I want to read these in to a (2 dimensional) array. I can handle the split but am haivng trouble getting hte raw information from the URL command into a variable. I've tried an fopen the an fread on the URL but no luck.......
any pointers? TIA