Is there anyway to call another script, and pass variables to it without using a form, and using post, and not get.
How will you define your variables? you could create hidden variables and then use javascript to post the form. IE use php to generate the the hidden inputs and then do something in the body tag of your page like onLoad="document.theform.submit(); " where theform is the name you assign inside the form tag