/ Published in: PHP
Expand |
Embed | Plain Text
function dbQuery($query, $identifier=''){ // $identifier for better debugging GLOBAL $debugMode; if (!$result) { if($debugMode) $message .= 'Whole query: ' . $query; } } function dbConnect($user, $pass, $db=FALSE, $host='localhost'){ return $link; } function strSafe($str, $char="'"){ }
You need to login to post a comment.
