mysql_error()  and mysql_errno()  return the value.

$error = mysql_error($dblink);
$errno = mysql_errno($dblink);
or
echo mysql_error($dblink);
echo mysql_errno($dblink);

jim
----- Original Message -----
From: "sc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 30, 2001 6:01 PM
Subject: Re: [PHP] php & mysql prob...


> ok i thought it would be working, but on testing it more it still isn't
> going for me.... i took off the ' ' from the table name and its still
coming
> up with an error on line 17 with the same error message... the
mysql_error()
> isn't echoing anything that has gone wrong.. (did before)..
>
> Any ideas?
>
> thx.
>
> -sc
> "Jason Brooke" <[EMAIL PROTECTED]> wrote in message
> 043f01c161a9$bf8d99a0$0100a8c0@co3040297a">news:043f01c161a9$bf8d99a0$0100a8c0@co3040297a...
> > Or the single quotes around the table name in the sql string
> >
> >
> > > Your query is probably broken - do some error checking after your
> > > database call with mysql_error() and see what the problem is.
> > >
> > > Guess; the table name.
> >
> >
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to