| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php Archives
RE: Curl and Ajax
From: Cem S <lordofthedreamer_at_live.com>
Date: Tue, 12 May 2009 15:48:13 +0000
Hello,
Thank you for quick reply.
Login script ;
<?php
$fp = fopen($cookie_file_path,'wb');
$agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12)Gecko/20050915 Firefox/1.0.7";
$ch = curl_init();
Post Script ;
<?php
$postdata=array();
$agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12)Gecko/20050915 Firefox/1.0.7";
$ch = curl_init();
curl_setopt($ch, CURLOPT_VERBOSE, 1);
echo $buf;
?>
Post script fill the forms correctly and trying to submit it but the response from my web site is "Validation error, please try again. If this error persists, please contact the site administrator."
Sincerely,
Date: Tue, 12 May 2009 16:13:29 +0100
as u said, posting ur script would help us help u
best.
2009/5/12 Cem S <lordofthedreamer_at_live.com>
Hello dear curl-and-php mail list users,
First time, I have joined a maillist, If I do something wrong, please let me know.
I have problem post something to my web site with curl. I am using drigg on my web site.
My script can/cannot do following actions ;
Can login to the web site.
I think, the problem is with drigg. Drigg checks urls valid or not.
Any help would be appreciated. If needed I could post my curl script.
Kind regards,
check out the rest of the Windows Live™.
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
_________________________________________________________________
_______________________________________________
These mail archives are generated by hypermail. |
Page updated April 20, 2009.
web site info