K
|
karmacomposer author 10/27/2010 |
Support advised me on changing the 1st line to use the _$SESSION command, but I still get PHP errors. |
K
|
karmacomposer author 10/27/2010 |
I tried this: |
K
|
karmacomposer author 10/27/2010 |
OK, with some outside help, I now get no PHP errors, but it is not writing the proper data into the proper places. |
![]() |
Sergey Kornilov admin 10/27/2010 |
You need to print your SQL queries on the web page using echo command to see if syntax is correct. |
K
|
karmacomposer author 10/27/2010 |
You need to print your SQL queries on the web page using echo command to see if syntax is correct.
|
T
|
Tempus_Erus 10/28/2010 |
echo $RecData["UserID"]; echo $RecData["UserName"]; It goes too fast for me to see. Is there a pause command? I end up at the successful registration screen. Mike
|
K
|
karmacomposer author 10/28/2010 |
Someone on a different forum suggested I use the print command. That worked. |
![]() |
Sergey Kornilov admin 10/28/2010 |
The last line of code is still truncated - there is no semicolon at the end. |
K
|
karmacomposer author 10/28/2010 |
The last line of code is still truncated - there is no semicolon at the end.
|