require('model/fetching-class.php'); $token = $_GET['token']; $query = $fetch_obj->getDataSingle("insights","where id = '$token'"); $row = mysqli_fetch_assoc($query); extract($row);
Our Insights and Blogs