i want to execute a sql at php which does something like changing a text column into int column.
however, this sql failed to fun at php and succeeds in my mysql admin tool (sqlyog). server responses "1 row(s) affected. 1 warning(s)". but "SHOW WARNINGS" didn t pop up anything and not surprisingly, php s mysql_error() didn t return anything.
thanks.