RE: [PHP-DB] Re: log in script kicks me out

2004-08-31 Thread Irm Jr
Upon reading your suggestion, I tested the same script on a new server using PHP 5 and don't seem to have this problem. Might there be an installation problem? Or something with php itself? -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004

RE: [PHP-DB] Re: log in script kicks me out

2004-08-31 Thread Irm Jr
I have done that, and there are no differences. Thank you for the advice. -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 10:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: log in script kicks me out Irm Jr [EMAIL PROTECTED] wrote

RE: [PHP-DB] Warning message -- session side-effect

2004-08-27 Thread Irm Jr
I just came across this yesterday in fact. If you look in your php.ini file, you will see the following ; PHP 4.2 and less have an undocumented feature/bug that allows you to ; to initialize a session variable in the global scope, albeit register_globals ; is disabled. PHP 4.3 and later will

[PHP-DB] RE: log in script kicks me out

2004-08-27 Thread Irm Jr
, and no solutions. -Original Message- Sent: Tuesday, August 17, 2004 7:08 AM Irm Jr wrote: Each page checks for a particular session variable, if it isn't set to a particular value, the intruder is kicked out to the login form and asked to log in. The problem is this: On the production

[PHP-DB] php mysql dates

2004-07-28 Thread Irm Jr
Hi all, currently I have a form which prompts for the user to choose a date. The dropdown lists are stored into variables: $month//e.g. January, February, ... $day //e.g 1 - 31 $year //e.g. 2004 (four digits) then combined into $articleDate How can I

RE: [PHP-DB] php mysql dates

2004-07-28 Thread Irm Jr
Sure I understand Y-m-d. But won't the database cry because the Month is in text format? (January, february)? Thanks again. Subject: Re: [PHP-DB] php mysql dates On Wed, 28 Jul 2004 14:30:24 -0700, Irm Jr [EMAIL PROTECTED] wrote: Hi all, currently I have a form which prompts

RE: [PHP-DB] php mysql dates

2004-07-28 Thread Irm Jr
--- Nicole Swan Web Programming Specialist Carroll College CCIT (406)447-4310 -Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 3:44 PM To: Irm Jr Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] php mysql dates On Wed, 28 Jul 2004