Thanks for reply .. actually it was my mistake .. i didn't take notice of it before...
one more thanks ... for providing us with this class ... great work ...
one more thanks in advance :) i.e. I successfully got to implement this class (weldone! tayyab) ... I am trying to get login at this page : https://www.mcssl.com/netcart/login/login.asp
I posted data on this URL ... and in processReply() function in Client.php I printout the headers array '$this->responseHeaders' for debugging ... and got this output :
Array ( [Date] => Wed, 01 Feb 2006 11:44:56 GMT [Server] => Microsoft-IIS/6.0 [P3P] => CP="CAO DSP LAW CUR ADMi TAIi PSDi IVDi HISi OUR SAMi BUS PRE" [X-Powered-By] => ASP.NET [Location] => /netcart/login/bwscapsorry.asp?brws=no [Content-Length] => 159 [Content-Type] => text/html [Set-Cookie] => ASPSESSIONIDSSCSCTAQ=PDNNOOEAGABJKPFKMDJBGIME; path=/ [Cache-Control] => private [X-Cache] => MISS from pxy2.dsl.net.pk [X-Cache-Lookup] => MISS from pxy2.dsl.net.pk:3128 [Connection] => close )
Now if u look at the Location, /netcart/login/bwscapsorry.asp?brws=no , and put this in URL as :
mcssl.com/netcart/login/bwscapsorry ...
you will come to know all my tensions in life :) ...
how happy was I when I successfully logged-in at my local pc but after putting it to fire online and watching this page ... I am very umm ummmm ... here some security measures have been taken for Browser... which I am unable to fix yet. Please give me the idea how to handle this situation ... I have a long way to go .. and I m really struck on this first milestone.