PHP Classes

Fantastic but...

Recommend this page to a friend!

      PHP MySQL to MySQLi  >  PHP MySQL to MySQLi package blog  >  How to Convert MySQL ...  >  All threads  >  Fantastic but...  >  (Un) Subscribe thread alerts  
Subject:Fantastic but...
Summary:Fantastic but...
Messages:1
Author:Adam Jones
Date:2018-04-25 14:58:55
 

  1. Fantastic but...   Reply   Report abuse  
Picture of Adam Jones Adam Jones - 2018-04-25 14:58:55
This has been a really useful resource for me so thank you for making it! It does however have quite a few simple errors in it that have tricked me at points.

The one I've just found is the line "This statement references the result in MySQL and is replaced with the mysql_field_count method which references the link." which should say "This statement references the result in MySQL and is replaced with the mysqli_field_count method which references the link."

Also ideally I would suggest that you show example alternative functions for the cases where there isn't a built in mysqli alternative to a mysql function. Ie mysqli_result, mysqli_field_type, mysqli_list_fields, mysqli_field_name, mysqli_field_flags