RE: [PHP-DB] File read question

2005-07-22 Thread Chris Payne
Hi there, That actually looks like it might do it, thank you. I'm having a slow brain day today :0) Chris What's the file format, if things are delimited, just read the first line out from the file, after getting it with file() or something, and then use explode() to break it up into an array

Re: [PHP-DB] File read question

2005-07-22 Thread Micah Stevens
What's the file format, if things are delimited, just read the first line out from the file, after getting it with file() or something, and then use explode() to break it up into an array based on the delimeter. Then you can foreach through it. Assuming it's comma seperated, this would work I

[PHP-DB] File read question

2005-07-22 Thread Chris Payne
Hi there everyone, I'm having to make an editor with PHP and MySQL for assigning column values that change (Long story), basically I can open the file and read it no problem, but how can I open a file and only display the first row of information with all columns? The column count changes ever

Re: [PHP-DB] maximum allowlable length of any database account password

2005-07-22 Thread Bastien Koert
Are you creating a table that manages user permissions or are you attempting to interface with the db to set up proper user accounts for that partciular db (like creating an account in the mysql db for new users? Bastien From: Micah Stevens <[EMAIL PROTECTED]> To: [email protected] Subject

Re: [PHP-DB] maximum allowlable length of any database account password

2005-07-22 Thread Micah Stevens
In MySQL you have to reload the database after account creation, is this true for Oracle/MSSQL as well? -Micah On Thursday 21 July 2005 8:53 am, babu wrote: > Hi all, > > I am using php as UI for creating database accounts(oracle,mssql) to > users.when the users enters his information like nam