[SOLVED] I want to re-direct people after a record is added - how |
12/16/2010 11:11:31 AM |
PHPRunner General questions | |
K
karmacomposer author
I have the code for redirection: |
|
J
|
Jane 12/17/2010 |
Hi, global $conn; |
K
|
karmacomposer author 12/17/2010 |
Hi, use After successful login event to check if there any records for this user. Here is just a sample: global $conn;
|
![]() |
Sergey Kornilov admin 12/17/2010 |
It's not clear what you trying achieve with the code that you have currently as it doesn't make much sense. None of code after first if() statement will be executed, ever. |
K
|
karmacomposer author 12/17/2010 |
It's not clear what you trying achieve with the code that you have currently as it doesn't make much sense. None of code after first if() statement will be executed, ever.
|