C
|
cgphp 1/24/2012 |
If T2 is the source of the lookup wizard, the field in the WHERE clause must be a field of the T2 table so, the username field must be a field of T2. The WHERE expression must be entered without the string "where". |
S
|
Sergej author 1/24/2012 |
If T2 is the source of the lookup wizard, the field in the WHERE clause must be a field of the T2 table so, the username field must be a field of T2. The WHERE expression must be entered without the string "where".
|
C
|
cgphp 1/24/2012 |
Please, post the sql error. |
S
|
Sergej author 1/24/2012 |
|
C
|
cgphp 1/24/2012 |
$_SESSION must be capitalized: "username = ".$_SESSION["OwnerID"] |
S
|
Sergej author 1/24/2012 |
still NOGO but thnx for your efforts |
C
|
cgphp 1/24/2012 |
"username=".$_SESSION["UserID"] |
S
|
Sergej author 1/24/2012 |
"username=".$_SESSION["UserID"]
|