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

    Date Formatting

    If it where me I would store it as a Unix timestamp and then using the getdate function in PHP to convert into into any date format you want, for example. $unixdate = time(); $date = getdate($unixdate); $current_date = $date('mday') . '/' . $date('mon') . '/' . $date('Year'); for more info...
  2. anotherDeclan

    How to find the IP address on a machine using a Proxy?

    Hi, I have designed an intranet for a small office about 40 PC's. I am using PHP and I use peoples IP address to identify them. I use $REMOTE_ADDR to get their IP address but they are using a proxy server. Is there any way to get the IP address of the PC after it connects to the server via...
  3. anotherDeclan

    using apache as an intranet server please help

    Hi all, This may sound like a silly question be here goes: I am setting up an internal Intranet for a small office, using Apache & Win 2K Its all working fine but one thing that has been bugging me 4 weeks how can I set up a domain name for it? Its not really a domain name in the internet...

Part and Inventory Search

Back
Top