Jump to content

PHP Results sort using Javascript?


cjbeck71081

Recommended Posts

Hey, i'm fairly expereinced with PHP and Javascript, i was wondering if anyone had a good example of taking results from a MySQL table and making them availible in tabular form.  Then having checkboxes at the top of the page that would allow users to limit thier results by clicking one or more checkboxes.

 

I am sure i can create onChange page reloads modifying the query for each result, but i wanted this to be a bit faster, any thoughts?

Link to comment
https://forums.phpfreaks.com/topic/140986-php-results-sort-using-javascript/
Share on other sites

AJAX

 

establish an xmlHttp object

 

connect to a php file which will spit out data according to what was sent to the page VIA GET

 

then, parse the return data, or just echo into javascript

 

and eval() the return javascript

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.