How do i post the form data to different php files at once. I tried the
following code but it doesn't work. the data is sent only to the first
php file.
<form method="post" action="insert. php" action="mail.ph p">
Email<input type="text" name="email" value ="" size="20" />
<input type="submit" value="submit" />
</form>
Is there a solution?
following code but it doesn't work. the data is sent only to the first
php file.
<form method="post" action="insert. php" action="mail.ph p">
Email<input type="text" name="email" value ="" size="20" />
<input type="submit" value="submit" />
</form>
Is there a solution?
Comment