Error inserting new record in external table |
6/6/2022 10:24:23 | |
| PHPRunner General questions | ||
|
A
alfonso authorDevClub member
I have Phprunner Enterprise 10.7. In a project I have two databases open. Therefore, I suppose that it is not possible to add data from a table in DB1 to a table in DB2 // After successful registrationfunction AfterSuccessfulRegistration(&$userdata, $pageObject) //** Insert a record into another table **** if( $userdata["member_level"] == 1) { Any idea. Thanks |
||
|
|
Sergey Kornilov admin 6/6/2022 |
|
I see at least two problems here.
|
|