This is probably a stupid question but I need to ask it because I’ve never had to do this before.
There is a website that allows us to check the status of an order. We have been having to do this manually by going to this site and is very time consuming. I want to automate this task.
The site accepts only POST vars. Is there a way that I can send data to this site or is this not possible?
Yes, you can use PHP CURL to do this. http://uk.php.net/manual/en/book.curl.php