After a quick check at php.net I used error_reporting (E_ALL);
but it's not trapping any errors. Thanx for the tip tho!
The or die(mysql_error() I had used before but it's just giving me: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1.
Only there isn't a " on line one, there's just the require_once('Connections/meno.php'); that Dreamweaver (gotta start somewhere...) uses.
I keep telling myself this is fun!
UPDATE: now I'm getting 'No Database Selected' aha! Something's happening. It's after 6.00pm here so I suspect my ISP's tech support has gone home, unless someone's working late and fiddling with something on the server.
At least something's changing - being faced with a blank look from IE is no way to spend an evening.
SUCCESS!!! WOOHOO!
Thanx thorpe, your error code did help a bit!
On one server it was only necessary to put delete from table but on my other server it had to be delete from database.table
that's why I got the error 'No Database Selected'.
Don't ya just luv it? 😕