The problem is that:
- Code: Select all
mysql_field_flags($result);
- Code: Select all
mysql_field_flags($result, 0);
I made that change and it worked. From the PHP manual:
The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued.
