RE: [PHP] PHP Cookies

2002-05-20 Thread Jay Blanchard
[snip] Hi, i want to use a cookie to set a skin for a site but when i go to the site when there is no cookie set then it will display no images background colors ect... So what i need to do is have a command that will set other images background ect. as default if there is no cookie there. How

Re: [PHP] PHP Cookies

2002-05-20 Thread Miguel Cruz
On Mon, 20 May 2002, Darren Edwards wrote: Hi, i want to use a cookie to set a skin for a site but when i go to the site when there is no cookie set then it will display no images background colors ect... So what i need to do is have a command that will set other images background ect. as

Re: [PHP] PHP Cookies

2002-05-20 Thread Miguel Cruz
[ by the way Darren, your email address doesn't work ] On Mon, 20 May 2002, Darren wrote: Ok what i mean is this if the $skin cookie is not present then what can i add to this so that it has a default value with the color #00 if($skin==default) { $skin=#6e6e6e; }; if($skin==red) {