I'm really new to PHP and MySQL, so please be patient
Thanks
-Neo
Moderator: General Moderators
Code: Select all
echo '<table>';
while ($row = mysql_fetch_array($result)) {
echo '<tr><td>' . $row['fieldname'] . '</td></tr>';
}
echo '</table>';As you use in an <input type="text"> box you mean? Lookup the mysql manual again and 'where' clauses....and they all must have the same entry in the field 'Letter' (in this case, 'A')...