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 Rhinorhino 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: *

  • Users: mattscotne
  • Content: Threads
  • Order by date
  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?

    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