require_once("includes/arvind.inc.php");?>
TLAS PARTNERS : Legal services in Delhi
$blog_id = $_REQUEST['blog_id'];
$sql_blog_details= "select * from tlas_blog where blog_status='Active' and blog_id='$blog_id'";
$rs_blog_details= db_query($sql_blog_details);
$row_blog_details= mysqli_fetch_array($rs_blog_details);
@extract($row_blog_details);
?>