[SOLVED] Include username in email before add? |
11/5/2009 16:03:33 | |
| PHPRunner General questions | ||
|
K
khanate author
Hello, |
||
|
J
|
Jane 11/9/2009 |
|
Hi, global $strTableName;
global $dal; |
|
|
K
|
khanate author 11/9/2009 |
|
Hi, username of current user is in the $_SESSION["UserID"] variable, currect table name is in the $strTableName global variable. Please note you should declare this variable before: global $strTableName;
global $dal;
|
|
|
K
|
khanate author 11/10/2009 |
global $dal;
|
|