[thelist] php/mySQL query problem

Emma Jane Hogbin emmajane at xtrinsic.com
Wed Jul 23 21:54:34 CDT 2003


On Wed, Jul 23, 2003 at 08:30:49PM -0400, Nan Harbison wrote:
> It looks like you have an at sign (@) in front of
> mysql_query, probably a typo. Is that it?

Any PHP function can have an @ symbol in front of it. It suppresses error
messages:

	http://ca3.php.net/manual/en/language.operators.errorcontrol.php
	PHP supports one error control operator: the at sign (@). When
	prepended to an expression in PHP, any error messages that might be
	generated by that expression will be ignored.

-- 
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]


More information about the thelist mailing list