Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 1c72b741 authored by 65160377's avatar 65160377
Browse files

Initial commit

parent 59fe0648
Branches
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ include('includes/config.php'); ...@@ -92,7 +92,7 @@ include('includes/config.php');
<h3>Package List</h3> <h3>Package List</h3>
<?php $sql = "SELECT * from tbltourpackages order by rand() limit 4"; <?php $sql = "SELECT * from tbltourpackages";
$query = $dbh->prepare($sql); $query = $dbh->prepare($sql);
$query->execute(); $query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ); $results=$query->fetchAll(PDO::FETCH_OBJ);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment