Hi,
When i am saving the below shown html to a text file using php write function, the text file is not the same as the html source.
Character " " changes to "Â" and ">" converts to ">".How can i save the below shown html as it is to the text file.
Html source to be saved
====================
<div class="secondaryLink bottomMarg2" id="crumbtrail">
<a href="http://www.dev.com/?pageid=searchcompos ... r">Home</a>
> Search
</div>
<h1>Composer Search Results For: John</h1>
Regards,
Raj
How to retrieve html source as it is???
Moderator: General Moderators