Reply to Re: Does PHP have an end-of-file problem.
Posted by George Webb on 12/26/06 16:31
no@email.com wrote:
> you have fetched result twice.
> that's why your first line is hidden.
> it's taken out by the first $row;
>
> fine and comment this line
>
> #$row = mysql_fetch_array($result);
> $name = ucfirst($name);
You're a genius! Your help fixed it. Many thanks.