Page 1 of 3

Ajax Dynamic List filter

PostPosted: Thu Apr 01, 2010 12:30 pm
by rmaia
Hi, how can i receive a filter for the query at 'ajax-list-countries.php'?

i have a variable $filter=" AND something='blabla'"; in my php code

in ajax-list-countries.php i try use $_GET[filter] but no sucess.
can you help me?