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 bkrike 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: zzapper
  • Content: Threads
  • Order by date
  1. zzapper

    Very Old Coldfusion Code Suddenly Crashing

    Hi We have some code which hasn't been updated for years (I think mainly written for CF4.5). The Web hosting company swears they haven't upgraded the CF Server S/W either. This is the type of error: Element CHKSHOWTOPICS is undefined in FORM line xxx even though there is a CFParam at the top...
  2. zzapper

    Allowing file() for just one website on a shared server

    Hi I need to use the file() function to read information from a remote url. file() is however not allowed on that particular server. The Hosting company is quite willing allow it for my website but doesn't want to enable it server wide. What options are available? Are there add-ons ...
  3. zzapper

    Can't substitute Newline in text

    Hi I am reading a text field from an XML feed. When I view that field in various ways eg with vi I can see the plain text is formatted in lines and paragraphs. So i want to substitute newlines for say 'fred'. I've tried the following with no success $p_desc=~s/\n/fred/g...

Part and Inventory Search

Back
Top