yes and no...
here's my error reporting page:
An error occured while attempting to run this SQL: INSERT INTO associates VALUES (94,1,175,0,'adsfasdfasdfasf', password('blah'),'blah@hotmail.com','','','',0,0,'N')
Error#: 1136 mysql_error: Column count doesn't match value count at row 1
on page: /ccLive/register.php
Thursday 15th of May 2003 02:15:58 PM
that's the error i get back, i want to make it so that it tells me what line that error came from, usually yes it tells me what line i'm on, but on this error and a few other ones it doesn't seem to, so i was going to always pull the line number and print it out in the report...