Forum: ColdFusion Jul 9th, 2008 |
| Replies: 11 Views: 1,975 Re: CF8 XML output problem with special character Thanks for all the help. We found another way to work it. By inserting charset=utf-8 into <cfcontent type="text/xml; charset=utf-8"><cfoutput>#toString(projectXml)#</cfoutput></cfcontent>. We are... |
Forum: ColdFusion Jul 8th, 2008 |
| Replies: 11 Views: 1,975 Re: CF8 XML output problem with special character OK, this is great! Can you tell me where I would find other symbols/codes (ex. &omega or &Deg) for other symbols (like the ± for instance)? I've tried looking this up on the web and can't seem to... |
Forum: ColdFusion Jul 4th, 2008 |
| Replies: 11 Views: 1,975 Re: CF8 XML output problem with special character Looks like I need another solution for this. Putting special characters in using the "&...." format is not a practical solution since clients will be entering the data. I need a solution that will... |
Forum: ColdFusion Jul 2nd, 2008 |
| Replies: 11 Views: 1,975 |
Forum: ColdFusion Jul 2nd, 2008 |
| Replies: 11 Views: 1,975 Re: CF8 XML output problem with special character Guess I responded too quickly! Thought it was working - but it's NOT! Now (even with hard coding the value in) I am getting:
*********************************************************
The XML page... |
Forum: ColdFusion Jul 2nd, 2008 |
| Replies: 11 Views: 1,975 |
Forum: ColdFusion Jul 1st, 2008 |
| Replies: 11 Views: 1,975 |
Forum: PHP Mar 29th, 2008 |
| Replies: 8 Views: 2,295 Re: Generate text document from Php Yes, there sure is. And that's what I was using. Unfortunately unless you know what to search for (like - now I know I should have been looking for the term "implode" - in which case I wouldn't have... |
Forum: PHP Mar 28th, 2008 |
| Replies: 8 Views: 2,295 Re: Generate text document from Php Just what I've been looking for (for the past 4+ hours!!!) in the PHP Manual! He says "just look in the manual" -- WHERE in the manual? I've been all thru streams, wrappers, all kinds of stuff!!! The... |
Forum: PHP Sep 26th, 2007 |
| Replies: 3 Views: 884 Re: PHP vs Cold Fusion Thanks Anonymusius! I am trying to be open minded about this. I really appreciate the input! |
Forum: PHP Sep 25th, 2007 |
| Replies: 3 Views: 884 PHP vs Cold Fusion I am having a debate with my network admin as we get ready to bring MS SQL Server 2005 online on our Windows 2000 network. I have been working on webpage scripts in PHP (which I am fairly familiar... |