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

    Feherke As you suggest My webmaster is moving us to a PHP5 Server where it is allowed!! zzapper zzapper http://passiveearners.com/ Passive Income Streams
  3. zzapper

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

    Hi jpadie As you suggested it is allow_url_fopen which is the problem the following link exposes the problem & suggests a solution http://wiki.dreamhost.com/index.php/Allow_url_fopen#Example_exploitation zzapper
  4. 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 ...
  5. zzapper

    Can't substitute Newline in text

    Hi Thanks y'all it turns out my problem that in the xml feed the newlines were being transmitted as actual or literal \n (where \n is two ascii characters) so I needed $p_pdesc =~s/\\n/<br>/sg; What I don't understand is how previously there were being translated into real \n newlines when I...
  6. 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