I tried searching for an answer, but I'm not sure how to word the question so that it fits into a search box.
I found out a month or so ago that if you are accessing variable data like $_POST or after a mysql_fetch you can use $row but it also seems to work just fine when you don't use the quotes, i.e. $_POST[user] and $row[id].
So I've built two entire websites without using the quotes, but recently I had to do some work on one of the sites and when I turned on error checking every instance where I didn't use the quotes generated a notice. I've also noted that this site is "really" slow and that got me to wondering. . . (see? how do you fit that into a textbox?)
Does anyone know if not using the quotes around the field names slows PHP down? Are there any other problems created by not using the quotes?
Ardav, I'm looking at you here. :)
David