diff --git a/index.php b/index.php index a72ad58b0f942664c5b605762bd19ca95ed789d4..143aabea3f50c642f4995218cb7bdcaae5f2618e 100644 --- a/index.php +++ b/index.php @@ -92,7 +92,7 @@ include('includes/config.php'); <h3>Package List</h3> -<?php $sql = "SELECT * from tbltourpackages order by rand() limit 4"; +<?php $sql = "SELECT * from tbltourpackages"; $query = $dbh->prepare($sql); $query->execute(); $results=$query->fetchAll(PDO::FETCH_OBJ);