Search found 6 matches

by santi
Sun Jan 23, 2005 2:57 pm
Forum: PHP - Code
Topic: get url from redirect
Replies: 11
Views: 1222

Well
very thanks for your time
by santi
Sun Jan 23, 2005 2:36 pm
Forum: PHP - Code
Topic: get url from redirect
Replies: 11
Views: 1222

sorry about my english I dont need redirect I need get information about the page that do the redirection some external website do a redirect to my website and I need to get informacion about this external website to cancel the redirection example you have a domain http://www.xxxx.com and install an...
by santi
Sun Jan 23, 2005 2:13 pm
Forum: PHP - Code
Topic: get url from redirect
Replies: 11
Views: 1222

Well but, take a look on url you click on http://www.santicabanillas.com.ar/redirect.php and this redirect to http://www.arraialdajuda.com/santi/get_redirect.php header(location "http://www.arraialdajuda.com/santi/get_redirect.php"); the $_SERVER['HTTP_REFERER'] its OK but I need to get in...
by santi
Sun Jan 23, 2005 1:23 pm
Forum: PHP - Code
Topic: get url from redirect
Replies: 11
Views: 1222

I asum that they no send the referer information
Can I get other information ??

thanks
by santi
Sun Jan 23, 2005 1:17 pm
Forum: PHP - Code
Topic: get url from redirect
Replies: 11
Views: 1222

by santi
Sun Jan 23, 2005 1:08 pm
Forum: PHP - Code
Topic: get url from redirect
Replies: 11
Views: 1222

get url from redirect

Hi
Im trying to get the url or some information
about external site to redirect to my site

I thin that this site use

Code: Select all

header(location "mysite");
becouste I get no value on

Code: Select all

$HTTP_REFERER
;

Its possible get some info about this external site ??

thanks