errr that link should be this
http://www.zend.com/phorum/read.php?num ... read=28034
My AMV website
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA
- Eek-1
- Joined: Sat Jun 22, 2002 10:06 am
- Status: 0xc00000e9
- Location: Cyberjaya
seijin_dinger wrote:Well when my webhost updated php on my site some stuff stopped working
I posted the problem here:
http://www.zend.com/phorum/
if anyone here has any input well all the help I can get is greatly appreciated
BTW: I fixed the problem with the web rings and as soon as a friend does up a semi decent interface for me I will recode the web ring navigation to better suit the site
Code: Select all
setcookie("AHSmember", yes, time()+60*60*24*30);
setcookie("AHSmember", $user, time()+60*60*24*30);
If you need both values, make two cookies: AHSmember & AHSuser
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA
Thanks I honestly didnt think of that. It fixed the problem in about 10 secondsek1 wrote:seijin_dinger wrote:Well when my webhost updated php on my site some stuff stopped working
I posted the problem here:
http://www.zend.com/phorum/
if anyone here has any input well all the help I can get is greatly appreciated
BTW: I fixed the problem with the web rings and as soon as a friend does up a semi decent interface for me I will recode the web ring navigation to better suit the siteSeems to me you attempt to replace the value 'yes' with $user on the same cookie. Why?Code: Select all
setcookie("AHSmember", yes, time()+60*60*24*30); setcookie("AHSmember", $user, time()+60*60*24*30);
If you need both values, make two cookies: AHSmember & AHSuser
I spent a week trying to fix this
Sakura-Con AMV Contest 2005-2012, Vice Chairman 2013-2018, Chairman 2019-2024, Retired
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA
- silver_moon_wolf
- Joined: Sat Jan 31, 2004 5:57 pm
- Contact:
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA
Thank you for the compliment
Well I got the stuff moved over without problem
Chat Room is now located at
http://chat.animehackers.com
Message Board at
http://forums.animehackers.com
Well I got the stuff moved over without problem
Chat Room is now located at
http://chat.animehackers.com
Message Board at
http://forums.animehackers.com
Sakura-Con AMV Contest 2005-2012, Vice Chairman 2013-2018, Chairman 2019-2024, Retired