"); if ($row = mysql_fetch_array($selectresult)) { do { print ("$row[first] $row[nick] $row[last]"); if($row[listed]){ print ("$row[city],$row[state]Send Email"); } else { print ("No Public Profile"); } print (""); } while($row = mysql_fetch_array($selectresult)); } else {print "Sorry, no records were found!";}; print (""); ?>

( )
"); if ($row = mysql_fetch_array($selectresult)) { do { print ("$row[first] $row[nick] $row[last]"); if($row[listed]){ print ("$row[city],$row[state]Send Email"); } else { print ("No Public Profile"); } print (""); } while($row = mysql_fetch_array($selectresult)); } else {print "Sorry, no records were found!";}; print (""); ?>