\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 "
|