Monday, 26 August 2013

POST data and redirect to the same page CakePHP

POST data and redirect to the same page CakePHP

I am using 'HttpSocket', 'Network/Http' and am using new
HttpSocket()->post('uri','dataToBePassed)
It does post the data but, I want user to be redirected to the page. I
tried passing array('redirect'=>true), no go...
any ideas>

No comments:

Post a Comment