also das ist meine variable:
1 | $img = '<hr /><img src="copyrightit_files/image.php?img=temp' . $count . '.jpg&color=' . $_POST['color'] . '&font_size=' . $_POST['font_size'] . '©_text=' . $_POST['copy_text'] . '" alt="" />'; |
die lese ich aus durch:
1 | <?php echo $img ; ?> |
im mozilla alles supi bekomme den link zum bild der so aussieht.
lordrepha.lo.funpic.de/legionofsun/copyrightit/copyrightit_files/image.php?img=temp4.jpg&color=black&font_size=12©_text=www.GW-Buendnis.de
das heist das bild wird auch super dargestellt im IE wird die Url allerdings so ausgegeben.
lordrepha.lo.funpic.de/legionofsun/copyrightit/copyrightit_files/image.php?img=temp5.jpg&color=black&font_size=12©_text=www.GW-Buendnis.de
es ghet also um das winzige © das irgendwie vom ie so interpretiert wird ... was kann ich da tun??