Getting rid of specific values at lookup wizard selection |
1/10/2011 01:55:42 | |
| PHPRunner General questions | ||
|
A
amuro author
Hi~ |
||
|
D
|
danaci 1/10/2011 |
|
hi, |
|
|
A
|
amuro author 1/11/2011 |
|
Hi~ |
|
|
|
Sergey Kornilov admin 1/11/2011 |
|
Add WHERE clause like " fieldname<>'a1'" |
|
|
A
|
amuro author 1/11/2011 |
|
Hi~ |
|
|
|
Sergey Kornilov admin 1/11/2011 |
|
Use session variable in this case. Populate this session variable according to your own rules in one of events. " fieldname<>'" . $_SESSION["somevar"] . "'" |
|