View Single Post
Old 07-25-2009, 09:28 PM  
PPC
Registered User
 
Join Date: Jun 2007
Posts: 60
here's what I have that logs in and visits another page that shows I'm logged in. I just cant submit a form after this. I need to visit the submit form to grab values from it

I've tried every thing that doesn't work
PHP Code:
curl_setopt($chCURLOPT_URL'http://my.com/login.php?');
curl_setopt ($chCURLOPT_POST1);
curl_setopt ($chCURLOPT_POSTFIELDS'username=PPC&password=madcharacters');
curl_setopt ($chCURLOPT_COOKIEJAR'cookie.txt');
curl_setopt ($chCURLOPT_RETURNTRANSFER1);
$store curl_exec ($ch);
stufffff
curl_setopt
($chCURLOPT_URL'http://my.com/add.php');
$
2ndpagecontent curl_exec ($ch);
echo $
2ndpagecontent
__________________
Pay Per Click

Last edited by PPC; 07-25-2009 at 09:29 PM..
PPC is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote