Tagged Questions

0
votes
7answers
77 views

PHP - Redirecting into another page

header("Location:post.php?id=120"); This is the method which i am using now to pass values between two pages. This is not a secure way. Instead of that i want to use "post" method of sending values ...
0
votes
3answers
70 views

Cakephp, redirecting in the routing.

I was wondering how to do a redirect in the routes of a cakephp application. I simply want to redirect on url /xxx to /yyy I don't want to have to set up a controller or and action in the pages ...
0
votes
3answers
551 views

PHP +redirecting with sessions

i'm trying to make my site with a few languages. Every page includes config-file, wich checks variable 'lang' in session. If it doesn't exist, wi'll be redirected to the page of lang choosing. After ...