i\'m pretty new to this and not sure how should i do it,
I\'ve got a database with a column called \"names\"
how can i make it display in so?
$result = mysql_query('SELECT * FROM member'); echo'' while($row = mysql_fetch_array($result)) { echo ''.$row['names'].''; } echo '';