Current Path : /var/www/html/social/
Upload File :
Current File : /var/www/html/social/postdelete.php

<?php  session_start(); 
       require "__dashboardconfig/class.function.php";
	   dashboard::establishConnection();
	   $recivearr = unserialize(base64_decode(base64_decode($_GET['temp'])));
	   $postids     = $_GET['postid'];
	   $likersuserids = $_GET['likeruserId'];
	   $userliketable = $recivearr['postlike'];//'socialpostvslikes';
	   $postliketable = $recivearr['postTab'];//'social_userpost';
	   dashboard::deleteToPost_raj($postids);
	  echo true;
?>

,