What is the difference between ' and " in PHP?

Viewed 53794

Possible Duplicate:
PHP: different quotes?

Simple question:

What is the difference between ' and " in php? When should I use either?

6 Answers
Related