Posted by Andy Hassall on 12/17/06 01:35
On 16 Dec 2006 17:08:45 -0800, one.1more@gmail.com wrote:
>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.php">
>Email<input type="text" name="email" value ="" size="20" />
><input type="submit" value="submit" />
></form>
You can't, HTML forms don't work like that.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|