hi
i look for a script that makes a link on an introducing page and by clicking the link cookies are set for this user and when he visits this page again he will be redirected to other url,
so he doesnt need always to visit this page
thx for help
need a script which set cookies
The user on your page are registered user from phpBB on your site??? Or use you other registerdata on your page??
When you use the registerdata from phpBB then can you save the data in the database and when the user come on your page then read this data from the database and send with:
to the browser, then come the user to the last visited page.
This is better else when you use cookie, while when the user deactive cookies in this browser, then cannot send any cookies to the pc from the user.
MrMind
When you use the registerdata from phpBB then can you save the data in the database and when the user come on your page then read this data from the database and send with:
Code: Alles auswählen
Header("Location:". $page_from_db.");
This is better else when you use cookie, while when the user deactive cookies in this browser, then cannot send any cookies to the pc from the user.
MrMind
Selbst ist der Coder
Coder unter Linux
Coder unter Linux
But you can also send a cookie to the pc of the users, 'cause most of them accept cookies.MrMind hat geschrieben:The user on your page are registered user from phpBB on your site??? Or use you other registerdata on your page??
When you use the registerdata from phpBB then can you save the data in the database and when the user come on your page then read this data from the database and send with:
to the browser, then come the user to the last visited page.Code: Alles auswählen
Header("Location:". $page_from_db.");
This is better else when you use cookie, while when the user deactive cookies in this browser, then cannot send any cookies to the pc from the user.
MrMind
So far, you can save the information in a database and as a cookie.
Greets,
Dani
Ihr wohnt im Süd-Westen Deutschlands?
|- Nehmt an der Schwäbischen phpBB Usergroup teil!
|- Nehmt an der Schwäbischen phpBB Usergroup teil!