Hi,
I've designed a piece of php/mySQL software on one website that I want implement across a number of other websites. I do not want to transfer this software to each site, I just want to use it in a frame on all the other websites. Each individual client wants to have their own banner at the top, so essentially, I'm looking at using frames (i know, i know, frames suck) to show their banner on top but run the software from the other website in the lower frame. What I want to do is have the software on the original site get the outermost frame URL so I can track what website the visitor is viewing the software from. I hope that makes sense.
Ideas? None of the HTTP_REFERER or HTTP_HOST variables seem to be what I'm looking for.
I've designed a piece of php/mySQL software on one website that I want implement across a number of other websites. I do not want to transfer this software to each site, I just want to use it in a frame on all the other websites. Each individual client wants to have their own banner at the top, so essentially, I'm looking at using frames (i know, i know, frames suck) to show their banner on top but run the software from the other website in the lower frame. What I want to do is have the software on the original site get the outermost frame URL so I can track what website the visitor is viewing the software from. I hope that makes sense.
Ideas? None of the HTTP_REFERER or HTTP_HOST variables seem to be what I'm looking for.