Our site is support by ads that help to pay our hosting costs. Please disable or whitelist us within your ad blocker to help us keep the site online.
All money generate by ads and donations is used to pay the hosting costs of the site, for more information about our income and expenses please see our donation page.
Okay….so i have a login on my site that displays on all pages, but some pages have their own forms, so if i try to log in from that page, it submittes to both forms….
any way to deal with this other than not having the login on that page?
<form method=POST>
<input name=username>
<input type=submit>
.....more html code for the page
<?php
include("emailform.php");
?>
emailform.php:
<form method=POST>
<input name=mail>
<input type=submit>
....code to process this