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 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 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! 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
Archived
This topic is now archived and is closed to further replies.