Voting

: four minus three?
(Example: nine)

The Note You're Voting On

Stephen
18 years ago
It's worth noting that the MySQLi functions (and, I presume, the MySQL functions) fetch a string regardless of the MySQL data type. E.g. if you fetch a row with an integer column, the corresponding value for that column and row will still be stored as a string in the array returned by mysql_fetch_row.

<< Back to user notes page

To Top