Dysan Posted March 19, 2008 Share Posted March 19, 2008 Hi, What is the difference between using " " and ' ', and when should each be used? Link to comment https://forums.phpfreaks.com/topic/96940-difference-between-and/ Share on other sites More sharing options...
lemmin Posted March 19, 2008 Share Posted March 19, 2008 When you use "", it will automatically parse variables so you can do something like echo "welcome $name!". Single quotes will take the litteral of $name. Link to comment https://forums.phpfreaks.com/topic/96940-difference-between-and/#findComment-496067 Share on other sites More sharing options...
effigy Posted March 19, 2008 Share Posted March 19, 2008 See this topic. Link to comment https://forums.phpfreaks.com/topic/96940-difference-between-and/#findComment-496122 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.