[mailto:[EMAIL PROTECTED]
Sent: July 16, 2003 1:18 PM
To: Beauford.2005
Cc: PHP
Subject: Re: [PHP] MySQL query problems
Change $email_error to $mysqlerror and hopefully some error message will
appear.
Beauford.2005 wrote:
> if ($mysqlerror) {
>
Change $email_error to $mysqlerror and hopefully some error message will
appear.
Beauford.2005 wrote:
if ($mysqlerror) {
$error = "$d_base_error$email_error";
include("trades-input.php");
exit;
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
Hi,
Not sure if the problem here is PHP or MySQL, but here we go. I am
trying to do two queries on a database - one after the other, but the
second one never seems to get executed. The two queries are identical
except for two variables. I have checked my form and they are correct
and are being sen
3 matches
Mail list logo