|
C
|
cgphp 6/21/2011 |
|
daveL, |
|
|
P
|
procheck 6/21/2011 |
|
You missed the 2nd period - '".$_SESSION["UserLogin"] ."' |
|
|
D
|
Dave Lowe author 6/30/2011 |
|
Thanks for your help guys. But I am still stuck.
|
|
|
C
|
cgphp 6/30/2011 |
$strWhereClause = whereAdd($strWhereClause, "`Solution Consultant` = '".$_SESSION["FullName"]."'"); |
|
|
D
|
Dave Lowe author 7/1/2011 |
|
Thank-you, thank-you, thank-you...... :-) $strWhereClause = whereAdd($strWhereClause, "`Solution Consultant` = '".$_SESSION["FullName"]."'"); |
|