Quote:
Originally Posted by Retox Josh
PHP Code:
<?php
include('classes/curl.class.inc.php');
$curl->login('http://www.site.com/login.php','user=username&pass=password&submit=Login','','off');
$curl->grab_page('http://site.com/members.php','','off');
$curl->display();
?>
works like a charm ;)
|
Wheres the curl.class.inc.php though?
If someone could throw something really basic together that logs into a vBulletin forum I'll PayPal you like $10 for it.