essjay_d12 Posted May 30, 2006 Share Posted May 30, 2006 Hi, I want to echo out the following...echo ' My Company's information';but because there's an ' included PHP picks up an error.How can i include an 'ThanksD Link to comment https://forums.phpfreaks.com/topic/10782-echo-problem-how-to-include-an-in-line/ Share on other sites More sharing options...
ludwigvb Posted May 30, 2006 Share Posted May 30, 2006 [code] echo ' My Company\'s information';[/code]or[code] echo "My Company's information";[/code][!--quoteo(post=378428:date=May 30 2006, 07:43 PM:name=Essjay_d12)--][div class=\'quotetop\']QUOTE(Essjay_d12 @ May 30 2006, 07:43 PM) [snapback]378428[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi, I want to echo out the following...echo ' My Company's information';but because there's an ' included PHP picks up an error.How can i include an 'ThanksD[/quote] Link to comment https://forums.phpfreaks.com/topic/10782-echo-problem-how-to-include-an-in-line/#findComment-40296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.