<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Foreign chars showing question marks after moving"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Foreign chars showing question marks after moving"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Foreign chars showing question marks after moving</title>
				<description><![CDATA[ Moving several guestbooks from 1and1.com to Godaddy, MySQL database tables show ok on godaddy's server after imported database tables. <br /> All foreign characters show properly via phpmyadmin on godaddy's server. But when come to guestbook's index.php, all foreign characters display as QUESTION MARKs (????) instead of correct characters.<br /> I tried to set uft8 in php's language charset, no help. I also test the same backup database on my VPS box, work fine, showing correct characters.<br /> Please help. Thank you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7319/24768.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7319/24768.php</link>
				<pubDate><![CDATA[Fri, 17 Jul 2009 17:02:41]]> GMT</pubDate>
				<author><![CDATA[ sig]]></author>
			</item>
			<item>
				<title>My contemporary solutions</title>
				<description><![CDATA[ After I did a small modification in the file [b]mysql.class.php[/b] in the folder [b]lib[/b], all guestbooks have been displaying properly.<br /> <br /> In the section [b]function query[/b], I added:<br /> <br /> [b]mysql_query("SET NAMES 'UTF8'"); [/b]<br /> <br /> ---------------------------------------<br /> <br /> <br />     function query($query_string) {<br /> <br />         mysql_query("SET NAMES 'UTF8'"); <br /> <br />         $this-&gt;result = mysql_query($query_string,$this-&gt;conn_id);<br />         if (!$this-&gt;result) {<br />             $this-&gt;sql_error("Query Error");<br />         }<br />         return $this-&gt;result;<br />     }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7319/24789.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7319/24789.php</link>
				<pubDate><![CDATA[Fri, 24 Jul 2009 15:59:04]]> GMT</pubDate>
				<author><![CDATA[ sig]]></author>
			</item>
	</channel>
</rss>