Actually I replaced my write query with yours, but the script started giving me database error
so I surrounded the value by single quot, so it became like this:
PHP Code:
('" . $db->escape_string($vbulletin->GPC['testform']) . "')
and it seemed to be just fine however when I check the table through the phpMyAdmin I found new record has been added as it supposed to be, except that it is empty
do you have any idea