|
-
Feb 12th, 2001, 01:52 AM
#1
Thread Starter
Junior Member
I want to give the user the option to order their database search:
im trying the following not working:
<select name ="order">
<option value="price"> price</option>
<option value="size"> size</option>
<option value="date">date </option>
var=request.form("order")
SQL = "SELECT * FROM table ORDER BY 'var'"
im a newbie is there a syntax problem???
thanks
mick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|