Actually I want to show the read more button if the session is not stored and if the session is stored then it is redirected to research.php..
if (!isset($_SESSION['user'])) {
?>
<a href="#" class="ec-colorhover" style="color: #f26530" data-toggle="modal" data-target="#myModal1">Read More <i class="fa fa-angle-double-right"></i></a></p>
<?php
}
else
{
?>
<a href="research.php" class="ec-colorhover" style="color: #f26530">Read More <i class="fa fa-angle-double-right"></i></a></p>