Simple problem
Posted: Fri Jan 14, 2005 10:00 pm
My script is laid out like this.
yet i get a '.' error. Any ideas?
thank you
anthony
Code: Select all
$output .=" stuff stfuf stuff".
$result = mysql_query("SELECT user,mainpic,city FROM users WHERE mainpic <> 'default.gif' ORDER BY rand()");
$row = mysql_fetch_array($result);
$mainpic = $row['mainpic'];
$uname = $row['user'];
$location = $row['city'];."
more stuff";thank you
anthony