Hi,
I would like to ask for help with regards on my problem on my phpmyadmin - mysql database.
I am using wamp server 2.5.
So here's the scenario,
I try to insert data on two tables (accounts, user_info) on mysql @ phpmyadmin using php ajax.
Now the problem is that, the data pass from ajax to php file was successful and the data only inserts
on user_info table but failed to insert on accounts table. Then for the second time, I try to insert another
data but it failed to insert on both table. Please help.
Thanks,
Jeff