
| List of current supporters | |
$query="SELECT firstname, surname, office, town FROM supporters WHERE publish='yes' AND approve='yes' ORDER BY surname";
while ($row=mysql_fetch_array($result)) { extract($row); if (empty($office)) { echo “ “; “; “; $query=”SELECT * FROM supporters WHERE publish NOT LIKE ‘yes’ AND approve=’yes’ ORDER BY surname”; In addition, “.$rows.” people have also signed but would prefer to be anonymous. “; |
|