Php skinning w/ cookies question.
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
I was using another page to set the cookie. This is how my weblayout is set up:
Index.php loads "ver.php" which checks what version to use (de or en). Then everything is set to $ver so that if ver = en, then everything "en" will show up ($ver."/file.ext").
I have the cookie set up on "set.php" which only yas "<? cookieblah ?>" on it. ver.php is suppost to load weither $ver = en or de.
Index.php loads "ver.php" which checks what version to use (de or en). Then everything is set to $ver so that if ver = en, then everything "en" will show up ($ver."/file.ext").
I have the cookie set up on "set.php" which only yas "<? cookieblah ?>" on it. ver.php is suppost to load weither $ver = en or de.
Oh, yes... http://dumbass.ionichost.com
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
It appears your host attempts to add a popup to all pages.
All the page outputs is warnings...
set.php attempts to output a cookie:
Code: Select all
Set-Cookie: language=deleted; expires=Fri, 20-Feb-04 20:10:57 GMT
Last edited by feyd on Sat Feb 19, 2005 2:17 pm, edited 1 time in total.