php-db | 2001062
Date: 06/28/01
- Next message: Markus Fischer: "Re: [PHP-DB] static or dynamic "printer-friendly" webpages?"
- Previous message: Jason k Larson: "Re: [PHP-DB] static or dynamic "printer-friendly" webpages?"
- In reply to: Steve Brett: "[PHP-DB] mysql errors .... or php errors ????"
- Next in thread: CC Zona: "Re: [PHP-DB] mysql errors .... or php errors ????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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). One might decide to resolve
these errors once and for all by applying single or double quotes on all
named Array indexes.
For the short term you may look into error_reporting() in php.
Jason k Larson
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Markus Fischer: "Re: [PHP-DB] static or dynamic "printer-friendly" webpages?"
- Previous message: Jason k Larson: "Re: [PHP-DB] static or dynamic "printer-friendly" webpages?"
- In reply to: Steve Brett: "[PHP-DB] mysql errors .... or php errors ????"
- Next in thread: CC Zona: "Re: [PHP-DB] mysql errors .... or php errors ????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

