Thanks for your thoughts. Ajax is the way to go...
Thanks,
.../Ernie
-Original Message-
From: tedd [mailto:tedd.sperl...@gmail.com]
Sent: April-12-10 10:18 AM
To: Ernie Kemp; 'PHP General List'
Subject: Re: [PHP] PHP & MYSQL sorting
At 8:16 PM -0400 4/11/10, Ernie Kemp
At 8:16 PM -0400 4/11/10, Ernie Kemp wrote:
Simple idea I thought.
I need a webpage that displays a drop down list of number with a
checkbox on the side that when checked will select the database
again only in descending order.
Small database with maybe 100 records.
The user can click the s
On 04/12/10 05:46, Ernie Kemp wrote:
Simple idea I thought.
I need a webpage that displays a drop down list of number with a
checkbox on the side that when checked will select the database again
only in descending order.
Small database with maybe 100 records.
The user can click the submit butt
You can use javascript to trigger an onclick function every time a checkbox
is selected.
The onclick function can make an ajax call to a remote php script which can
then make the database query.
4 matches
Mail list logo