|
Posted by Ψrjan Langbakk on 06/24/06 14:15
Den 24.06.2006 15:47, skriblet Rik fΓΈlgende:
> Γrjan Langbakk wrote:
>> I tried doing as you said above, but I ended up with no <thead>, and
>> only one of the <tr>s shows up - the last one (only two in the
>> CSV-file
>> at the moment, but still).
>> And, also, the whole thing is centered.
>>
>> Maybe I didn't do it right?
>
>> Here's the code after replacment:
>
>> while(($row = fgetcsv($csvHandle, filesize($csvFile))) !== false){
>> $this->html = vsprintf($rowhtml, $row);
>> }
>
> Should offcourse be:
> $this->html .= vsprintf($rowhtml, $row);
> ------------^
>
> My apologies.
>
> Grtz,
Thanks! Now it works perfectly :D
I feel I should have seen that, though... I need to pay a little more
attention to what I'm actually reading :)
--
mvh
Γrjan Langbakk
Navigation:
[Reply to this message]
|