<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Syntax error query SQL"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Syntax error query SQL"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Syntax error query SQL</title>
				<description><![CDATA[ Hello<br /> <br /> I work under php 5.2.8 and guestbook 2.4.3<br /> Editing a post I have an error like this: <br /> [code]<br /> MySQL Error &#58; Query Error<br /> Error Number&#58; 1064 syntax error query SQL near a 'id'&#93;; ?&gt;'&#41;' <br /> [/code]<br /> The remedy is:<br /> <br /> Open in admin directory the file: panel_edit.php<br /> <br /> Find line 76 and 77:<br /> [code]<br /> &lt;input type=&quot;hidden&quot; name=&quot;record&quot; value=&quot;&lt;? echo $record; ?&gt;&quot;&gt;<br /> &lt;input type=&quot;hidden&quot; name=&quot;id&quot; value=&quot;&lt;? echo $row&#91;'id'&#93;; ?&gt;&quot;&gt;<br /> [/code]<br /> Replace with:<br /> [code]<br /> &lt;input type=&quot;hidden&quot; name=&quot;record&quot; value=&quot;&lt;?php echo $record; ?&gt;&quot;&gt;<br /> &lt;input type=&quot;hidden&quot; name=&quot;id&quot; value=&quot;&lt;?php echo $row&#91;'id'&#93;; ?&gt;&quot;&gt;<br /> [/code]<br /> Now is all OK!  <br /> <br /> Ciao ciao, Luca]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7255/24530.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7255/24530.php</link>
				<pubDate><![CDATA[Mon, 16 Feb 2009 23:19:57]]> GMT</pubDate>
				<author><![CDATA[ Luca81]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yeah I'm not sure why he uses the shortform PHP tags seeing how not all servers will have them turned on.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7255/24531.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7255/24531.php</link>
				<pubDate><![CDATA[Tue, 17 Feb 2009 10:39:47]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>