MySQL TEXT field and PHP

admin

Administrator
Staff member
Ok, I am using ODBC to go through MySQL (and access) and using PHP4.

I created a function called "value()" that returns the value of the column that was passed to it. in any case, this works flawlessly until I come to a MySQL TEXT field or an Access MEMO field. It returns just fine the FIRST time i call it, but for what I am doing, it needs to be called at least twice. Ever time after the 1st, it returns NOTHING, when I try and use gettype on it, it says it's of type "boolean".. erm. i don't think so :)

Any ideas?
 
Back
Top