View Single Post
Old January 9th, 2007, 3:01 PM   #3 (permalink)
Gaia
Holy hell and a hippie
On a golden path...
 
Gaia's Avatar
 
Joined in Nov 2006
Lives in Canada
Hosted on SH106
393 posts
Gave thanks: 24
Thanked 25 times
Where are you initializing $query??

Try doing some debugging..:

Code:
$query = $_POST['query'];

if ( isset($_POST['myform']) ) {
     echo "Search: ".$query;
} else {
    echo "Form didn't go through correctly!";
}
__________________
||http://eternal-realm.net
||http://usebbzone.com
---------
Go There: Surpass Wiki
----------
|| SH106
Gaia is offline   Reply With Quote