Is it possible for PHP to log into websites and interact with them?
If so, what technologies do I need to start looking into?
Basically, what I need to do is fill out forms using PHP. I suppose cURL could do this, but I'm not entirely sure.
Is it possible for PHP to log into websites and interact with them?
If so, what technologies do I need to start looking into?
Basically, what I need to do is fill out forms using PHP. I suppose cURL could do this, but I'm not entirely sure.
You'll need curl: http://php.net/manual/en/book.curl.php
Your question is very broad, but basically: