Search found 1 match
- Mon Oct 30, 2006 6:45 pm
- Forum: PHP - Code
- Topic: Referring URL check
- Replies: 1
- Views: 281
Referring URL check
I have a page on mysite.com (not the real URL, obviously) that I allow my members to link to to promote services. When they link to mysite.com/page.php, it is passed like this: http://www.mysite.com/page.php?user=bob The script on the page checks the username "bob" against the database to ...