D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
junglebellresort.com
/
admin
/
Filename :
function.php
back
Copy
<?php function stringModify($action){ $action_title = str_replace("_"," ", $action); return $action_title; } // function DisplayData($table, $rows="*",$where=null,$order=null){ // global $conn; // $table = $table; // $info_query = "SELECT $rows FROM $table"; // if ($where != null) {$info_query .= " WHERE $where";} // if ($order != null) {$info_query .= " ORDER BY $order";} // $dine_orderlist = mysqli_query($conn, $info_query); // $dinedata=mysqli_num_rows($dine_orderlist); // return $dinedata; // } function DataCount($table){ global $conn; $table = $table; $query = mysqli_query($conn, "SELECT * FROM $table"); $data=mysqli_num_rows($query); return $data; } ?>