echo $dump
Does it show the sql ?
Printable View
echo $dump
Does it show the sql ?
I always use int 11 and it always works.
yeah the f_g_c's working.
Try:
CREATE TABLE IF NOT EXISTS `usr_badge` (
Instead of:
DROP TABLE IF EXISTS `usr_badge`;
CREATE TABLE `usr_badge` (
etcetera...
Thanks guy, got it working now :D xxxx :P
Thanks for all the help guys :)