How to count the number of queries within a PHP script?
or Do I need to save the counter into a global variable and +1 when a mysqli_query function is called?
|
|
|
You can simply use a variable in your php script then when mysql_query gives a positive result increment it.
|
|||||||
|