HubsInfo Network
Login or Register to remove ads! You're browsing our forum and website as a Guest meaning you can only see a portion of the forum in read-only mode.
PHP MySQL Linux Material Design Web Hosting Online Games SimCity BuildIt

Fast replace for old mysql_ deprecated functions

0 Members and 1 Guest are viewing this topic.

Madox

  • ***
  • 226
Fast replace for old mysql_ deprecated functions
« on: February 08, 2014, 03:22:00 AM »
Fast replace for old mysql_ deprecated functions


Manual convert to mysqli_ functions with search and replace in files
--

STEP 1:

Code: [Select]
mysql_
Code: [Select]
mysqli_

STEP 2:

Code: [Select]
mysql_query(
Code: [Select]
mysqli_query($conn,

STEP 3:

Code: [Select]
mysql_ASSOC
Code: [Select]
MYSQLI_ASSOC
« Last Edit: March 17, 2020, 10:34:46 AM by hubsinfo »
 



Linux Ubuntu Guides Linux games - Lutris.net