Jump to content

Check referrer page


denoteone

Recommended Posts

I am getting hit hard by spam. I tried adding a hidden field to stop bots but still getting hit hard.

 

I want to add a check to make sure that the page that submitted the form info was from my site.

 

something like...

if (REFFER_PAGE != www.mydomian.com ) {
	die();
	}else{
submit data }

 

Should that work? The form appears on many pages but they all fall under the same domain..

 

any help would be great.

 

Link to comment
https://forums.phpfreaks.com/topic/192982-check-referrer-page/
Share on other sites

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.