View Single Post
  #2  
Old 14th April 2019, 15:36
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
Are you using MySQL or MySQLi? If your using MySQL then you need to edit where the queries are so if it says mysqli_query() change to mysql_query(); or if you have sql_query(); function then use that, if your using MySQLi then you need to edit files to run it, good luck best way to explain your issues
Reply With Quote