OK...point taken.
On a partly related matter, which of the following is "correct" or "Better"
?
echo("Stuff to display...");
or
echo 'Stuff to display...';
or
echo "Stuff to display...";
or
echo('Stuff to display...');
They all produce the same result, and I do understand the difference between
single and double quotes, but I'm looking for general principles here. Are
there any rules I should follow to help me decide between the choices above?
----- Original Message -----
From: "tedd" <tedd.sperling@xxxxxxxxx>
To: "Angus Mann" <angus@xxxxxxxxxxxxx>; <php-general@xxxxxxxxxxxxx>
Sent: Thursday, November 05, 2009 11:36 PM
Subject: Re: Should I care about these errors?
At 6:02 PM +1000 11/5/09, Angus Mann wrote:
but I guess my question is "Should I bother?"
Yes.
Learn to write error free code.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php