Log in

View Full Version : Question on PHP Server/Browser Variables.


MrApples
03-11-2008, 12:12 AM
I setup a script where as a image placed on site such as MySpace or my own wordpress saves information on every visit/visitor to a database on a external site.

For WordPress/MySpace, it works alright. The HTTP Referrer is equal to the site which is loading the image, what I want.

However for both vBulletin and SMF, the referrer is usually blank. What would cause this? I'm refering to $_SERVER['HTTP_REFERER'].

Also, is there anyway to load cookie/post information on the external site?

Sorry this should have been in Programming Discussion

MrApples
03-12-2008, 12:18 AM
Bumping, been a day.

MrApples
03-15-2008, 06:43 PM
Anyone?