Posted by one.1more on 12/17/06 01:50
Andy Hassall wrote:
> 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
I have slightest idea, but i dont know how to finish this.i opened
mail.php
and added following at the end:
require_once insert.php;
$pass_on_again = ******* ($email);
what do i replace the ******* with?
[Back to original message]
|