Top

check_referer()


PHP Code
+ 0 likes
Please Register to submit score.
Average Score  2.0
Scores Submitted  1
Date Added  Sep 17, 2006
Last Updated  Sep 17, 2006
Tags  ipv4  referer 
  Bookmark and Share

Introduction

Simply put the code in your sites functions.php and call it in page_head.php!
check_referer()
check_referer("./difname")

Grab the Code

Comments

  (3)  RSS
Hawkee
Comments: 566
 
PHP Snippet:  check_referer()
Posted on Sep 18, 2006 7:42 pm
What exactly does this do? Might be nice to have an explanation of the purpose in the description.
sean
Comments: 108
 
PHP Snippet:  check_referer()
Posted on Sep 19, 2006 8:35 pm
Well Mr. Hawkee, it's my belief that I shouldn't speak above people's heads. Frankly, if your unable to tell what the code does, your probably not going to know how to use it and will probably have no use for it :)
Collectivly: Im sure, anyone who's active in the PHP section is able to determine the code's direct use/capability <3
Hawkee
Comments: 566
 
PHP Snippet:  check_referer()
Posted on Sep 26, 2006 3:33 pm
I just think it's a good idea to give a detailed description above your code defining it's purpose. Don't want to exclude anybody who can't read the code and understand it completely.

Please Register or Login to start posting comments.
Bottom