Tested and it turned out
mysqli_query()
call should be adjusted as well to be mysqli_query($link, $query)
instead of mysqli_query($query)
(1st argument $link
should be added).Statistics: Posted by rxu — Fri May 24, 2024 1:05 pm