|
A
|
alang 3/8/2009 |
|
It is normally best to ensure single quotes around the value. ie: |
|
|
|
jpedwardspost author 3/9/2009 |
It is normally best to ensure single quotes around the value. ie: "tg_id ='" . $_SESSION["tg_id"]."'"
|
|
|
|
jpedwardspost author 3/10/2009 |
|
After a frustrating battle here is something that may prove useful to others: |
|
|
A
|
andrewpnlp 3/10/2009 |
|
Hi, |
|
|
A
|
andrewpnlp 3/10/2009 |
|
Ah, a few searches later, and I found it at Hi, Not a reply, but a related request (and a warning!) I also eventually realised that using $REQUEST would cover add, edit, and copy, to filter the lookup list for a given parent ID. However, when it comes to offering that same lookup on the advanced search, I don't_ want it filtered. But I can't work out how to have the filter present in the add/edit/copy, but not in the search. Any ideas? I've found a few places where the WHERE statement is built into the output files, but nowhere that I can edit the statement without having to hack the code every time I issue a new release. Any and all help will be much appreciated! Regards, Andy |
|