Q Question Everything! New member Jun 3, 2009 #1 ...test after the connection? Column6 is just and example name for a field
S Serenity New member Jun 3, 2009 #2 I'm not sure I understand your question - but if for the query: $sql = 'SELECT column2 FROM table WHERE username = "test"'; $result = mysql_query($sql); while($row = mysql_fetch_array($result)) { echo $row['column2'], '< br / >'; }
I'm not sure I understand your question - but if for the query: $sql = 'SELECT column2 FROM table WHERE username = "test"'; $result = mysql_query($sql); while($row = mysql_fetch_array($result)) { echo $row['column2'], '< br / >'; }