Forum Moderators: coopster
It needs to be the full string as I also use it within a SQL database.
'Central Services'
tx
<table>
<form action'reports.php' method='post'>
<tr>
<td colspan='3'>
<center>
<b>View ledgers</b>
</center>
</td>
</tr>
<tr>
<td>By controller:</td><td><select name ='ledgerbycontroller'>
<option value=Caroline Postings>Caroline Postings</option><option value=Chris Griffiths>Chris Griffiths</option><option value=Debbie Jordan>Debbie Jordan</option><option value=Janine Mallouppa>Janine Mallouppa</option><option value=Jennifer Parrington>Jennifer Parrington</option><option value=John Richards>John Richards</option><option value=Kerry Harford>Kerry Harford</option><option value=Lisa Mills>Lisa Mills</option><option value=Louise Dowdeswell>Louise Dowdeswell</option><option value=Michelle Wood>Michelle Wood</option><option value=Sue Fazey>Sue Fazey</option><option value=Sue Hill>Sue Hill</option><option value=Terry Dos Ramos>Terry Dos Ramos</option><option value=Val de Melo Koch>Val de Melo Koch</option></select>
</td><td><input type='submit' value ='Go'></td>
</tr>
<tr>
<td>Full ledger:</td><td>
<input type='hidden' name ='fullledger' value ='1'>
</td><td><input type='submit' value ='Go'></td>
</tr>
</form>
</table>