[PHP-DB] Re: Session Problem

2007-01-16 Thread JeRRy
> Forget to tell you, that if I used http://localhost > , the session running well... > > But if I change with http://hostname , the session > wasn't running... > http://localhost and http://hostname/ are 2 COMPLETELY different things and can reflect NOTH

[PHP-DB] Question about persistent DB connection, the LAST_INSERT_ID

2007-01-16 Thread cchereTieShou
HI, the question is whether there is any chance the LAST_INSERT_ID could be wrong during inserting with a persistent DB connection? For example, instance [AA] of a script insert one row with an auto-increment field, and retrieve the LAST_INSERT_ID after the operation, at the same time, there is a

RE: [PHP-DB] Session Problem

2007-01-16 Thread Nur_Adman
I`m using PHP 5.0.4 on the new server, the same version with my old one Regards, Anita -Original Message- From: bob plano [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 8:45 AM To: Adman, Nur anita Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php-db@lists.php.net Su

Re: [PHP-DB] Session Problem

2007-01-16 Thread bob plano
what version of php are you using? i ran across a problem with sessions not working for windows in php 5.2 because the directories for the sessions were not created. On 1/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I don't think that the problem is on the browser setting... Cause I've t