... can anyone find a problem with this query ?i think it might be the 'set' thing, but i cant seem to get it workingPHP Code:mysql_query("create table GDB_poll (p_num int(11) not null,
type set(‘question’,’title’,’no_of_ques’,’option’,’result’) not null,
value tinyblob not null,
extra int(11))") or die ("<br>Error Creating Table 2. Possible reason: table already exists");
ECHO "$success | GDB_poll table created <br>\n";
![]()




Reply With Quote