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
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
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
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
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