Posted by MrBiggles on 02/18/06 22:21
Here's something I've been wondering. Do most of you use single or double quotes as a string encapsultor? ex: $s = "This is a string, I can embed ' with no prob"; vs. $s = 'This is a string, I can embed " with no prob'; Is there an advantage or best-practice reason to choose one over the other? Thanks!
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming