Click here to Skip to main content
15,914,222 members

Comments by Yogesh1214 (Top 7 by date)

Yogesh1214 31-Aug-15 1:46am View    
Deleted
http://community.sitepoint.com/t/use-ajax-to-filter-mysql-results-with-multiple-checkbox-option/38018#post5608894
Yogesh1214 20-Aug-15 1:18am View    
thanks that helped me!
Yogesh1214 14-Aug-15 10:07am View    
my submit.php is this is it correct

prepare($sql);
$statement->execute();
$results = $statement->fetchAll(PDO::FETCH_ASSOC);
$json = json_encode($results);
echo($json);

?>
Yogesh1214 14-Aug-15 9:59am View    
I debug whole code, it is correct but javascript not working propraly why it is.
Yogesh1214 10-Aug-15 6:17am View    
checkboxes used in filter used on website