i store my article in a xml file, so if i write into it special characters "
xml automatically escapes this characters and when i get(via PHP) the xml content i get something like "
. so if i write into xml "hello dude"
my html will look like this "hello dude"
how can i get the xml content like it was initially inserted("hello dude"
)? thanks
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....