I have a SELECT query which pulls data from a mySQL 5 database using PHP
When run in mySQL console I can see it pull the data from the
varchar(5000) ok but when the same query is executed under PHP I cannot
get any information from the varchar(5000) fields.
Why would this be?
Any suggestions as to what I need to look for to fix this.
Regards
Justin
When run in mySQL console I can see it pull the data from the
varchar(5000) ok but when the same query is executed under PHP I cannot
get any information from the varchar(5000) fields.
Why would this be?
Any suggestions as to what I need to look for to fix this.
Regards
Justin
Comment