
nmsinc
User
Jan 19, 2012, 5:37 AM
Post #3 of 4
(342 views)
Shortcut
|
|
Re: [Dave] Option Listings with Advanced Filter?
[In reply to]
|
Can't Post
|
|
Hi Dave, Thanks for the help, it worked perfect. I also have another thread reagaring the code below that has not been answered. I need to populate a dropdown as you can see below using the Advance query; however, I receive a SQL syntax error when I use it. <select name="company_type"> <option value="Insurance">Insurance</option> <?php if ($CURRENT_USER['isAdmin']):?> <option value="Independent">Independent</option> <?php endif; ?> </select>
|