Hi !
Som1 knows how to simulate a post of an HTML form using PHP ?
What I try to do is an PHP scritp which once runned , it sends some data using the POST method to anoher script....
I hope som1 of you can help me...
do you mean like this
<?php echo "<form mehod=POST action='whatever.php'>"; ?>
how I specify the data I want to send to the other script?
I know I can simulate a form, but how can I send data to another script using PHP without filling any form ?
hidden form fields possibly but not quite sure about that. they are used to send data to a script without user input
Here is your answer.
http://www.faqts.com/knowledge_base/view.phtml/aid/12039/fid/51