Chetan Graham wrote:
Hi to All,
I am having problems with the MySQL DB. It started with this command from
a call in a PHP script...
"INSERT INTO docprouser (id,valid,password)VALUES
('user5','Y',md5('ksobhinyai'));" or die(mysql_error());"
That doesn't do anything (it will create a parse err
At 07.08.2001 20:39, Brian Weisenthal wrote:
>hey,
>
>im using php and mysql. i am sure that i am getting mysql errors but for
>some reason they are not being displayed making it real hard to debug. i
>hate debugging, im going to go insane..i cant see my errors
>helpplease, pretty plea
hey,
im using php and mysql. i am sure that i am getting mysql errors but for
some reason they are not being displayed making it real hard to debug. i
hate debugging, im going to go insane..i cant see my errors
helpplease, pretty please.thanks
bwise
--
PHP Database Mailin
the code wasn't mine.
it was a drop in message board.
Steve
> -Original Message-
> From: Jason k Larson [mailto:[EMAIL PROTECTED]]
> Sent: 28 June 2001 11:12
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] mysql errors or php errors
>
>
>
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Steve Brett) wrote:
> 'invalid index test assumed 'test' in test.php at line 13' can't
> remember the exact syntax but that's the general idea.
>
> if i quote the var when i reference it the error goes away. like
> $arow['test'] as opposed
Another thought came to mind.
These errors could be the result of verbose error reporting by PHP.
php.ini or a script could be setting error reporting high enough to display
these errors, however it's extremely poor PHP coding syntax to not correctly
quote everything (except constants, of course)
This isn't a mySQL error. PHP is complaining about the quoting of
variables. Check for magic_quotes or the like in your php.ini file
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
i know this may not be stricktly php but ...
soemtimes when i return queries from mysql to php i get errors like
'invalid index test assumed 'test' in test.php at line 13' can't
remember the exact syntax but that's the general idea.
if i quote the var when i reference it the error goes awa
Hi all,
I just installed apache, php & mysql on a win98 laptop. I normally use
linux
Things work fine, but when I execute more queries in one script, I get
error messages like:
Warning: MySQL: Unable to save result set in c:/program files/apache
group/apache/htdocs/network-club.com/agenda.