C
|
cgphp 1/31/2012 |
Where do you put that code? it doesn't work, doesn't help us. We need more info. |
S
|
Sergej author 1/31/2012 |
Where do you put that code? it doesn't work, doesn't help us. We need more info.
|
C
|
cgphp 1/31/2012 |
If you have put that code in the "Add:Page before process" event of ProspectiveFirmQuestionnaireGeneral add page and $data doesn't exist you are in a infinite loop. You can remove the else branch: $strSQLExists = "select * from ProspectiveFirmQuestionnaireGeneral WHERE Username='".$_SESSION["UserID"]."'"; |