Hi all,
Hopefully a simple query…
I have the following line which echos the correct result of “1”
[php]<?= $fgmembersite->UserClientid() ?>[/php]
I now need this result in a query in order to echo certain table results, this is the area I am stuck! Any ideas on how to implement?
[php]$query = “SELECT * FROM fms_tbl_projects
WHERE client_id
= ‘UserClientid()’ ORDER BY client_proj_no
DESC”;[/php]
thanks