Hello!
I need to do the following:
I want to call a web-page passing a couple of variables where i will get a response code. Depending on what the response code is,
i will do something...
I've used the $fcontents = file("www.webpage.com/?qstring=xx") and fetch this into an array to check the result.
This however does not work anymore, for some unknown reason, after re-installing our webserver (Everything else works fine though).
Using PHP4, Linux, Apache, DB2.
My question is, is there another function in PHP where i can put the result of a webpage/result code from a page in a string/array
similiar to the file the "file"-function???
Thanks in advance
Anders