Jump to content

stop page forms sending


geko21

Recommended Posts

Hi guys, basically my problem is I have a jquery pop out window that holds a login form using the "require_once" function but when I enter my login details and send them, if there is another another form on the page e.g contact form it will send that form aswell so it will come up for the errors for the register form because they are empty. can anyone tell me how to stop this from happening?

 

 

Link to comment
https://forums.phpfreaks.com/topic/235739-stop-page-forms-sending/
Share on other sites

Or turn off the reporting of error_notices completely

http://www.php.net/manual/en/function.error-reporting.php

 

The safest, most compliant solution though is to use the isset() function before calling any user-created variables.

 

As always, sanitize any and all user input.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.