I think, it is better to stick one way, doesn't matter really, which one.
The difference between single and double quotes partly define which one
you'd use, but other times it's better to use the same all time.
Speaking about paranthesises, I'd rather use them, because it makes obvious
that it is a function, and makes it easier to read your code.
SanTa
----- Original Message -----
From: "Angus Mann" <angus@xxxxxxxxxxxxx>
To: <php-general@xxxxxxxxxxxxx>
Sent: Thursday, November 05, 2009 2:50 PM
Subject: Re: Should I care about these errors?
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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php