Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mattscotne

    Get the domain of the refering url?

    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...
  2. mattscotne

    HELP : virtual(script.cgi) - shell_exec(script.cgi) : EXPERT REQUIRED

    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...
  3. mattscotne

    CSS navigation bar IE scroll bug?

    Thanks for your assistance Dan, the onscroll event worked in the html tag and sort of solved the problem. However on the site I am developing I also have images in the nav bar and when the mouse is over the image and a wheel scroll occurs strange things again happen! - The onscroll event does...
  4. mattscotne

    CSS navigation bar IE scroll bug?

    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...

Part and Inventory Search

Back
Top