chandler Posted February 16, 2012 Share Posted February 16, 2012 Hi can someone please show me how I should include a <div id="css"></div> in this line echo $AB_LANGS['CalendarInstructions']; I have tried several attempts with no joy. Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/257129-php-help-please-adding-div/ Share on other sites More sharing options...
ManiacDan Posted February 16, 2012 Share Posted February 16, 2012 I assume you mean: echo '<div id="css">' . $AB_LANGS['CalendarInstructions'] . '</div>'; The manual chapter you're looking for was String Operations Quote Link to comment https://forums.phpfreaks.com/topic/257129-php-help-please-adding-div/#findComment-1318114 Share on other sites More sharing options...
chandler Posted February 16, 2012 Author Share Posted February 16, 2012 Wicked! many thanks! Quote Link to comment https://forums.phpfreaks.com/topic/257129-php-help-please-adding-div/#findComment-1318119 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.