I have done some html but am new to this scripting lark, anyway I have managed to create a mySQL database and a php web page to search the database and bring the results
I would like to filter the results, the user simply types a region to start with say UK, then onn the results page are all of the results in UK, at the top of the page are checkboxes;
show only results that are
option 1 [checkbox] option 2 [checkbox] etc
someone told me I should use ajax to automatically update the results if they tick one of the boxes. Can someone point me in the right direction here, I am not afraid to
I would like to filter the results, the user simply types a region to start with say UK, then onn the results page are all of the results in UK, at the top of the page are checkboxes;
show only results that are
option 1 [checkbox] option 2 [checkbox] etc
someone told me I should use ajax to automatically update the results if they tick one of the boxes. Can someone point me in the right direction here, I am not afraid to