i saw someother errors in the code. did you solve the problem?
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194
this is your error dude:
$sql = "SELECT * FROM products;";
change that one to this one:
$sql = "SELECT * FROM products";
It doesn't matter if you have a ; in your query.
nav33n
Purple hazed!
4,465 posts since Nov 2007
Reputation Points: 524
Solved Threads: 356