fareedreg Posted January 14, 2010 Share Posted January 14, 2010 how to insert data in div tag from php variable.. div tag cod is here <div name="txtSupp" id="txtSupp"><b></b></div> Link to comment https://forums.phpfreaks.com/topic/188444-insert-data-into-div-tag/ Share on other sites More sharing options...
JAY6390 Posted January 14, 2010 Share Posted January 14, 2010 <div name="txtSupp" id="txtSupp"><b><?php echo $variable; ?></b></div> Link to comment https://forums.phpfreaks.com/topic/188444-insert-data-into-div-tag/#findComment-994836 Share on other sites More sharing options...
fareedreg Posted January 15, 2010 Author Share Posted January 15, 2010 thanks a lot <div name="txtSupp" id="txtSupp"><b><?php echo $variable; ?></b></div> Link to comment https://forums.phpfreaks.com/topic/188444-insert-data-into-div-tag/#findComment-995397 Share on other sites More sharing options...
JAY6390 Posted January 15, 2010 Share Posted January 15, 2010 No problem Link to comment https://forums.phpfreaks.com/topic/188444-insert-data-into-div-tag/#findComment-995540 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.