Andrju
Jun 25th 2006, 3:36 pm
On my page I have a form, something like:
<form action="www.abc.com/xxx.php" method="POST">
value 1:<input type="text" name="x" />
value 2: <input type="text" name="y" />
<input type="submit" />
It sends data to another site [over which I have no control].
My question is: what do I have to do to make the script send the data to that site AND write the data to a text file on my server?
<form action="www.abc.com/xxx.php" method="POST">
value 1:<input type="text" name="x" />
value 2: <input type="text" name="y" />
<input type="submit" />
It sends data to another site [over which I have no control].
My question is: what do I have to do to make the script send the data to that site AND write the data to a text file on my server?