Posted by Jerry Stuckle on 12/17/92 11:53
Rik wrote:
> Jerry Stuckle wrote:
>
>> list($name, $address1, $address2) = mysql_fetch_array($result);
>
>
> Better:
> list($name, $address1, $address2) = mysql_fetch_row($result);
>
> Grtz,
True.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|