Is there anyway to send post data to a php script other than having a form? (Not using GET of course).
I want javascript to reload the page after X seconds and post
You can use JQuery to post to a php page: http://api.jquery.com/jQuery.post/