Re: [PHP] mysql_insert_id. need help!

2001-08-29 Thread Moax Tech List
post your code. - Original Message - From: "lizlynch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 4:32 AM Subject: [PHP] mysql_insert_id. need help! hi, i have three tables: customer username classification the user will enter my web site enter the rel

Re: [PHP] session question

2001-06-22 Thread Moax Tech List
st > of your system can handle that many concurrent users, then I doubt PHP > sessions will be much more of a strain on your system... unless you're > storing some huge amount of data in each session. > > Pete. > > > ""Moax Tech List"" <[EMAIL PRO

[PHP] session question

2001-06-21 Thread Moax Tech List
I am setting up a website with a need to use some sort of session management for a large amount of users. I cannot use typical file based session managment because at any given time there could be up to a million users logged in at once. (It is a LAMP linux/apache/php4/mysql system). I am a