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...
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
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
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 ...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.