View Single Post
  #13 (permalink)  
Old 06-27-2008, 06:16 AM
curtiss's Avatar
curtiss curtiss is offline
Moderator
 
Join Date: May 2003
Posts: 1,450
I'm assuming that, in your AJAX function you are sending the "searchthese" var through the GET request, right?

If so, do you have code like the following in your PHP file?
Code:
if(isset($_GET['searchthese'])) {
$searchTheseArr = explode('+',$_GET['searchthese']);
}
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote