= equals =
Posted: Wed Jun 21, 2006 9:39 pm
HEy All,
Got a little offhand question here while Ive been thinking of slimming down my code. Could I do this to shortcut assign a var to an array from a mysql_fetch_array?
And if not, Ive seen the double ='s before, could someone explain their syntax.
Thanks
Got a little offhand question here while Ive been thinking of slimming down my code. Could I do this to shortcut assign a var to an array from a mysql_fetch_array?
Code: Select all
$id = $row['id'] = mysql_fetch_array($sql);Thanks