I want to add include into echo with variable and css and image, but its not working. Please help.
<?php
if (isset($_POST['sharebutton'])) {
$share=$_POST['sharetext'];
$share=$share;
echo '<div id="content">'.'<img src="img/sharepropic.png"/>'.$share.include('likecomment.php').'</div>';
}
?>