echo $post_details; ?>
}else{?>
echo $post_name; ?>
- 
                            echo $post_details; ?> 
 
 } ?>CommentsLeave your comment
include("header.php");
$id=$_GET['id'];
$sqltype6="SELECT * FROM  vidpost where post_id=$id  ";
mysql_query($sqltype6);
if($sqlarr6=mysql_query($sqltype6))
{
	while($sqlrow6=mysql_fetch_array($sqlarr6))
	{	
		$post_id=$sqlrow6[post_id];
		$post_name=$sqlrow6[post_name];
		$post_tybe=$sqlrow6[post_tybe];
		$post_details=$sqlrow6[post_details];
		$post_image=$sqlrow6[post_image];
	}
}
if($post_tybe=="image"){
?>
   echo $post_name; ?>
                        
echo $post_details; ?>
echo $post_details; ?>
echo $comment; ?>