Possible Duplicate:
PHP Pass variable to next page
Is it possible to use super global variables on another page. Basically I have two pages form.php and search.php. I'm calling search.php using ajax on submit button on-click also I am using method post and without action. If I try to use super global variable in search.php which is in form.php then it gives error for undefined variable. I don't want to use session, cookies or $_get. I have to fetch data from MySQL using those vaiables.