Jump to content

[SOLVED] http_referer


peranha

Recommended Posts

that gives me this

 

Array ( [scheme] => http [host] => www.phpfreaks.com [path] => /forums/index.php/topic,186086.0/topicseen.html ) /forums/index.php/topic,186086.0/topicseen.html

 

How do I get the host portion of the array.

 

I have tried

 

echo parse_url($url, [host]);
echo parse_url($url, host);

 

None work.

 

I got it fixed, just going at it wrong.  This is what I came up with.

 

echo parse_url($url, PHP_URL_HOST);

Link to comment
https://forums.phpfreaks.com/topic/94810-solved-http_referer/#findComment-486747
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.