Posted by mantrid on 12/07/07 19:01
thank you everyone
"mantrid" <ian.dandav@virgin.net> wrote in message
news:YYY5j.2742$1j1.2444@newsfe7-gui.ntli.net...
> I am using fopen() and fgetcsv() to open an excel file and extract data
for
> upload to mysql database. The doesnt seem to be a parameter in either of
> these functions for ommitting the first row of the excel file. I am
> currently using While ...... statement to read the rows and do things
with
> them. Can I ommit the first line without replacing my 'While....' loop
with
> a 'For......' loop?
>
> Ian
>
>
[Back to original message]
|