Jump to content

[SOLVED] prepairing string for xml


djtozz

Recommended Posts

Hi, I'm using a little scirpt that creates rss feeds for my mysql table.

works fine, except for the records that have a "&" in my table.

 

I've tried to following:

$caption = str_replace("&","and",$caption);

 

but this doesn't seems to work, can somebody help me with this please ?

 

Are there maybe other functions out there that can do the same?

(converting the 'illegal' characters from a variable to the right format for xml)

 

Thanks,

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/181362-solved-prepairing-string-for-xml/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.