Nieuw lid |
|
Ik heb nu dit maar hij heeft een foutmelding aan
<form method='get' action='aanbod.php'>
<select name='sort'>
<option value='ORDER BY prijs'>Prijs</option>
<option value='ORDER BY oppervlakte'>Oppervlakte</option>
<option value='WHERE status LIKE %nieuw%'>Nieuw huizen</option>
</select>
<input type='submit' value='Sorteren'/>
</form>";
<form method='get' action='aanbod.php'> <select name='sort'> <option value='ORDER BY prijs'>Prijs</option> <option value='ORDER BY oppervlakte'>Oppervlakte</option> <option value='WHERE status LIKE %nieuw%'>Nieuw huizen</option> </select> <input type='submit' value='Sorteren'/> </form>";
res2:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%nieuw% LIMIT 0,10' at line 1
|