"Jacky@lilst" wrote:
>
> People
> If I run a sniplet like this:
>
> **
> $query="select name from foo";
> $result= mysql_query($query);
> while($row = mysql_fetch_row($result))
> stuff...to display record found
> ...
> ***
> what am I suppos
On Tue, 6 Mar 2001 06:36, [EMAIL PROTECTED] wrote:
> > People
> If I run a sniplet like this:
>
> **
> $query="select name from foo";
> $result= mysql_query($query);
> while($row = mysql_fetch_row($result))
> stuff...to display record found
> ...
> **
2 matches
Mail list logo