Hi
I have a php page with 4 search fields on it for selecting members to send an email to.
The first field is a "select all" ( works perfectly ) the second one is where I'm having a problem.
It works correctly e.g selects the members from their specified filters ( in this case a project type ) but I am having problems outputting the result to look the same as the other searches.
It should look like:
COMPANY NAME
check box (ticked) Firsname Last Name Position Tel Number Email
but!! I am getting list of company names ($row1[6]) in one long list when the company name should sit over the top of the relevant members.
I didnt code this but believe the alpha search, the keyword search and the select all search seem to loop differently thus outputting correctly.
if anyone could help I would really appreciate it.
I will attach the offending file so anyone with some more idea about php might be able to take a look at it.
Thanks
Mark Rendell