Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
XML php troubles
#5
(10-30-2009, 07:35 PM)Tim Wrote: Maybe someone can help me by answering this as I am a little unsure, will htmlspecialchars() convert:
Code:
 

to:

PHP Code:
 \  

No htmlspecialchars() will convert   to &160;

For the main problem I don't know try posting the code where the error is happening.
also if you don't have error_reporting enabled, enable it.
PHP Code:
// put on top of your main php code
error_reporting(E_ALL); 
Reply


Messages In This Thread
XML php troubles - by Tim - 10-29-2009, 05:49 PM
RE: XML php troubles - by Tim - 10-30-2009, 04:05 PM
RE: XML php troubles - by Extasey - 10-30-2009, 06:00 PM
RE: XML php troubles - by Tim - 10-30-2009, 07:35 PM
RE: XML php troubles - by Gaijin - 10-31-2009, 07:11 AM
RE: XML php troubles - by Tim - 10-31-2009, 04:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PHP Framework List: An Ultimate Guide to 102 PHP Frameworks for Web Developers tk-hassan 0 788 07-27-2020, 11:26 PM
Last Post: tk-hassan
  PHP Video Tutorials (PHP For Beginners) Eleqtriq 4 3,311 10-10-2011, 01:00 PM
Last Post: Greyersting

Forum Jump:


Users browsing this thread: 1 Guest(s)