Hey guys and girls what is goin on,
Ive been try to write a script that allows me to imitate a form on html. What i meen by this is have a php script post information to another script, say like a script that processes a form( like submit.php), but i dont want the user to see the form that is beeing submited. This is so i can take the information that the script returns after processing the form and parse it and do what i will with it. is there a way to get around that, that i just havnt relized. It might be a little confusing what i said so ill explain it better...
- script that submits a form to submit.php (on a different server)
- submit.php returns info to original script insted of user
- script parses the html returned and returns only certain info from the submit.php to the user
so basically i want to post to another script
-Evan