Gitlab@Informatics

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

Initial commit

parent 59fe0648
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment