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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by delrose

  1. delrose

    xml usage

    Thanks for the response. Please find PHP script below. <? $fp = fsockopen ("www.focusinternationalproperty.com", 80, $errno, $errstr, 30); if (!$fp) { echo "$errstr ($errno)<br>\n"; } else { fputs ($fp, "GET...
  2. delrose

    xml usage

    Hi Can anyone advise me where to place xml data. I've been supplied with a get date php scrip and the xml file, however I do not know where to place the info. Any help would be appreciated

Part and Inventory Search

Back
Top