The mysqli_debug() function is used to perform debugging
operations using the Fred Fish debugging library. The debug
parameter is a string representing the debugging operation to perform.
Note:
To use the mysqli_debug() function you must complile
the MySQL client library to support debugging.
/* Create a trace file in '/tmp/client.trace' on the local (client) machine: */ mysqli_debug("d:t:0,/tmp/client.trace");
?>
Php mysqli debug Function syntax tag
mysqli debug php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php mysqli debug syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.