Please Help ppl!
Can anyone tell me how i can send a post variable to a php page without openning the target php page in a new window?
for example, i have myPage.php and i need to send information to a middle-ware company mw.php. mw.php is actually a blank page that only has CGI code that will take in POST variables. So i dont wanna open a new window with POST variables append onto the URL.
Thanks for the help!
Justin