I have written a form in html and wish to submit it and run some php code, however once the php file has finished it main job I want to use it to redirect to my homepage where I am using AJAX to change content (where the form is). Is it possible to redirect to a page with GET eg http://domain.com/homepage.php?variable=somevalue and then use that to call a javascript function?
Thanks for any help. I'm not sure that's the best explanation of my problem, please ask if you need clarification :)