Hi,
I know I can use: $_SERVER['HTTP_REFERER']) to get the referer, but how do I get the domain only?
Examples:
http://www.asite.com/ - To - asite.com
http://asite.com/ - To - asite.com
http://subdomain.asite.com/ - To - asite.com
http://www.asite.com/somepage.php - To - asite.com
I am pretty...
Hi all,
My web host has php setup as a cgi and I need to use the virtual function to run a cgi script:
virtual('full/server/path/to/script.cgi');
However because php has been setup as a cgi as apposed to an Apache module I can not use the virtual() function. The web host will not change the...
Hi all,
I have a css navigation bar that changes color using css.
When you place the mouse over a navigation link the background color changes. When the mouse is removed from the link the original color is restored. (works fine)
When you place the mouse over a navigation link and scroll down...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.