An open API service indexing awesome lists of open source software.

https://github.com/losciuto/lib-compatibility-php-5-7

Library php for compatibility MySQL function from php 5 to php 7
https://github.com/losciuto/lib-compatibility-php-5-7

compatibility library-php mysql mysqli php php-5 php-7 procedural

Last synced: 17 days ago
JSON representation

Library php for compatibility MySQL function from php 5 to php 7

Awesome Lists containing this project

README

          

# MySQL PHP procedural library for PHP 7 back-compatibility with PHP 5
PHP procedural library for back-compatibility MySQL function for PHP 7

Download file and include it [include('compatibility.7.0.php');] before call db settings

mysqli functions used.

# functions converted:

mysql_pconnect

mysql_select_db

mysql_query

mysql_fetch_row

mysql_fetch_array

mysql_fetch_assoc

mysql_escape_string

mysql_num_rows

mysql_data_seek

mysql_free_result

mysql_close

mysql_real_escape_string

mysql_error

mysql_result

# function created:

mysqli_result