Hello,
I got a little Problem.
If I run my register script than the USER_PROFILE table crashes with timeout:
[Only registered and activated users can see links. Click Here To Register...]
Here is my php code:
$data is an array with alle POST Data from the register form
But if I print my query and use it at the server query console, it works.
Any idea?
I got a little Problem.
If I run my register script than the USER_PROFILE table crashes with timeout:
[Only registered and activated users can see links. Click Here To Register...]
Here is my php code:
PHP Code:
$plist = mssql_query("INSERT INTO USER_PROFILE (user_id) VALUES ('".$data["Username"]."')");
But if I print my query and use it at the server query console, it works.
Any idea?