Back in the day there was a minor performance difference between single quotes and double quotes. The actual performance issue these days is minimal it really doesn't matter and can be up to preference.Quote:
Hmm, how about quoting strings in single quotes verses double quotes? I was always told to do this. I was told my scripts would parse faster or something. I'm guessing it doesn't help performance much? Do PHP programmers just do this because it's easy?

