[PHP-DB] independent session data for multiple browser windows

2008-02-15 Thread Charles Whitaker
Greetings, I have a nearly-completed accounts/billing database using PHP and MySQL, and was just informed that users will want to access the database via multiple windows in one browser on the same machine, so I'm looking for a way to have each browser window have its own set of session

RE: [PHP-DB] independent session data for multiple browser windows

2008-02-15 Thread Bastien Koert
That just sounds like such recipe for disaster. What about running multiple divs with each data set in that 'window'? Then you could pass each datasets relevant ids along to keep thing separate... Another option could to create multiple [i]frames and do the same thing? Bastien To:

[PHP-DB] Importing CSV files to MySql Db issue.

2008-02-15 Thread Chris Carter
Is there something that has changed in the new MySql DB ? I am trying to upload a data like this from my CSV file to a table through CSV upload and not CSV Load Data: field1,field2,field3,field4,field5,field,6,field7,field8 field1,field2,field3,field4,field5,field,6,field7,field8 Parameters I