
stranger - 2007-09-13 09:50:23 -
In reply to message 2 from Ehsanul Haque
Hi Ehsan,
I am using these libraries in symfony. For rediff and other libraries,
I need $header and $body values. You have directly used them as
$this->splitPage($response, $header, $body);
You are getting $response value from
$response = $this->getSocket("mail.rediff.com","http://f3mail.rediff.com/bn/address.cgi?$newPostString","POST",80,$fake_proxy,$cookies_phase3,"$postString","http://mail.rediff.com/cgi-bin/login.cgi");
What about $header and $body.
As i am using them in symfony framework, I am unable to get those values.
Thanks for the help in advance
stranger