Hi all,
I am trying to integrate the Vbulletin forum with my own database.
I made a script which checks if the user doesn't excists, it will insert it in to the user table of VB3.
i have used the following code:
PHP Code:
mysql_query("INSERT INTO forum_user (userid,usergroupid,email,username,password,homepage) values('$id','2','$email','$username','$password','http://www.google.com')") or die(mysql_error());
It enters the user correctly, although it states that the user is COPPA ? how do i change that ?