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 relevant

[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 toa million users logged in at once. (It is a LAMP linux/apache/php4/mysql system). I am a

Re: [PHP] session question

2001-06-22 Thread Moax Tech List
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 PROTECTED] wrote in message 00b101c0fa15$e47c4320$9865fea9@moax01">news:00b101c0fa15$e47c4320$9865fea9@moax01... I am setting up a