Hi, I am trying to get my server to accept a cgi file that is being automatically sent.
Once the connection is successful i would like to save the file or post the details onto a PHP page on the server.
I have manage to GET the file using GET headers but the data will be sent across after something has changed, so I cannot just keep refreshing the page every 5 seconds.
If I were to use POST headers in the cgi file can I pick up that data on a webpage??If so how?
I have heard of CURL but think I will have issues installing it on PHP4.
help?
Once the connection is successful i would like to save the file or post the details onto a PHP page on the server.
I have manage to GET the file using GET headers but the data will be sent across after something has changed, so I cannot just keep refreshing the page every 5 seconds.
If I were to use POST headers in the cgi file can I pick up that data on a webpage??If so how?
I have heard of CURL but think I will have issues installing it on PHP4.
help?