Basically i have a form with jqueryui implemented (autocompletes) and I need the form to display the number of current results as the user fills the form, i.e. once the user has finished inputting data into one field, the form will query the database with the current form details and return just the number of results ($mysql_num_rows)
Does anyone know a solution to this?