\n"; echo "
\n"; echo "
\n"; echo "

Pick the record to edit.

\n"; echo "

Click the thumbnail of the record you wish to edit.

\n"; echo "

Click here to add a new record.

\n"; echo "

Click here to re-order the records.

\n"; echo "
\n"; $db = mysql_connect("localhost:3306", "jfellrath", "swordart1"); mysql_select_db("arttalk",$db); $result = mysql_query("SELECT artID, artName, artThumb, artDate, artFileName, artDescription FROM tblhistoricalart ORDER BY artOrder",$db); echo "\n"; while ($myrow = mysql_fetch_array($result)) { printf("",$myrow["artID"],$myrow["artThumb"],$myrow["artName"],$myrow["artDate"],$myrow["artDescription"]); } echo "
Edit this record%s%s%s
\n"; include('includes/armafooter.html'); ?>