PHP post

Hello,
Is there a way to specify what file the post function posts too? I want my index.html to post to both index.php and someotherfile.php.
Thanks

The web browser can’t post to two different files (it can only load one page at a time). You can use the include function in php and include the someotherfile.php in the index.php file.

Sponsor our Newsletter | Privacy Policy | Terms of Service