View Single Post
  #8  
Old 18th December 2021, 21:13
xblade's Avatar
xblade xblade is offline
Cod3r
 
Join Date: Nov 2020
P2P
Posts: 239
Default
Quote:
Originally Posted by BamBam0077 View Post
Explain more please is this so I can start updating to use MYSQLi over MySQL ? little bit confused :P

SQL_Query_exec($GLOBALS["DBconnector"], $query) or mysqli_error(__file__, __line__);

you will be its not true msqli
you do not need this part as well
(__file__, __line__);

Last edited by xblade; 18th December 2021 at 23:00.
Reply With Quote