[php]<?php require_once(“db_connx.php”);
// Connect to the database and insert the new artist
$sql = "SELECT * FROM paintings;
$recordset = (mysql_query( $sql )or die(mysql_error()));
?>
Art List
I get the following error that I don’t understand:
Parse error: syntax error, unexpected '>' in C:\FTP_ROOT\LocalUser\jhwindham\am_paintings_list.php on line 13; the while statement is line 13.
Would love some help. John