IE Mac putting in strange characters
Posted: Mon Nov 03, 2003 4:56 pm
The following is the HTML
includes/phpbbPath.inc contains only:
no spaces before or after the text
and here is what IE Mac OS X shows as the URL
Safari and Mozilla see it correctly (without the Ôªø).
How can I avoid this? This is not the only place I get extra characters with PHP, but this breaks the URL, the others just look strange and confuse people.
Thanks for any suggestions.
Code: Select all
<a href="<?php readfile ("includes/phpbbPath.inc"); ?>viewforum.php?f=5" title="to the For Sale section of the Discussion Groups">For Sale and Wanted to Buy</a>Code: Select all
phpBB2/and here is what IE Mac OS X shows as the URL
Code: Select all
http://www.sbmbc.com/ÔªøphpBB2/viewforum.php?f=5How can I avoid this? This is not the only place I get extra characters with PHP, but this breaks the URL, the others just look strange and confuse people.
Thanks for any suggestions.