I'm 70 pages into my first book on PHP/MySQL (Peachpit Press, Ullman PHP/MySQL For Dynamic Web Sites)
if you can recommend a better book, please do.. not that this one is bad, but it's the only one I know!!
I have a question about single vs. double quotes..
so far, as far as I can tell, the only reason to use single quotes is that it might echo/print faster since it's not being interpolated... but, I find it's hard to forecast when I might need it to be interpolated (for a variable, etc.)..
so, I'm wondering..... do you think, it would be okay for me to just use double quotation marks all the time, and then use a backslash if I need to echo/print a quotation mark ??
thanks