A admin Administrator Staff member Aug 21, 2008 #1 For example I have a table: CREATE TABLE DATA_TABLE ( ID INTEGER NOT NULL, DATA BLOB SUB_TYPE TEXT SEGMENT SIZE 80 ) How can I read text data from such table in PHP 4.0. & how can I insert or update this data?
For example I have a table: CREATE TABLE DATA_TABLE ( ID INTEGER NOT NULL, DATA BLOB SUB_TYPE TEXT SEGMENT SIZE 80 ) How can I read text data from such table in PHP 4.0. & how can I insert or update this data?