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 Quote 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] 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.