[PHP-DB] problem about cookie !!!

2003-06-25 Thread linton
When I logout and delet cookies, I have problems: The value of $_COOKIE['cookie_user'] is not null and echo $_COOKIE['cookie_user'] = userName. login.php: ... setcookie("cookie_user", "$userName", time()+3600, '/','.gl.com'); setcookie("cookie_password", "$userPasswd", time()+3600

Re: [PHP-DB] PHP transfer variable question?????

2003-06-15 Thread linton
ini. I'd recommend you take the time to scan the > notes at the top of the php.ini file. Lots of important stuff in there that, > if you're aware of it, will help you handle future issues as well. > > Hope this helps. > > Rich > > -Original Message- > From

[PHP-DB] PHP transfer variable question?????

2003-06-13 Thread linton
PHP transfer variable question? My program is ok in apache_1.3.19 and php-4.1.2£¬but when I change over to php_4.3.2 and apache_1.3.27,I can't get variable¡£ code: //newsList.php: $querystring = "SELECT id,title FROM