<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=93&amp;type=atom" />
	<updated>2018-08-12T10:53:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=93</id>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=27862#p27862" />
			<content type="html"><![CDATA[<p>Привет, подскажите возникает ошибка при входе с openserver в php myadmin <br />Ошибка анализа : синтаксическая ошибка, неожиданные «@» в C: \ OSPanel \ modules \ system \ html \ openserver \ phpmyadmin \ libraries \ common.inc.php в строке 492</p>]]></content>
			<author>
				<name><![CDATA[olegburkovets]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=10394</uri>
			</author>
			<updated>2018-08-12T10:53:00Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=27862#p27862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=13580#p13580" />
			<content type="html"><![CDATA[<p><strong>vk2707</strong><br />а при чем здесь SQL и код PHP? не путайте запросы к серверу MySQL на языке SQL и код сайта написанный на языке PHP!<br />Пример php кода:<br /></p><div class="codebox"><pre><code>&lt;?php //открывающий тег php 

require &quot;include/bittorrent.php&quot;;

//Ваш код на php

?&gt; // закрывающий тег php</code></pre></div><p>Пример SQL запроса:<br /></p><div class="codebox"><pre><code>SELECT * FROM `имя_таблицы`</code></pre></div><p>выкладывая код пользуйтесь тегом&nbsp; # [ code ]</p>]]></content>
			<author>
				<name><![CDATA[DmitryV]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2987</uri>
			</author>
			<updated>2010-10-14T06:34:52Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=13580#p13580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=13579#p13579" />
			<content type="html"><![CDATA[<p>Когда пытаюсь более раннюю версию поставить&nbsp; TBDev v2.1.8 (16.11.09) Pre 6 RC 0&nbsp; выдает такую ошибку: (ума не приложу что ему нужно?):</p><p>Ошибка<br />Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы.</p><p>ERROR: Неизвестная пунктуация @ 1<br />STR: &lt;?<br />SQL: &lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;</p><p>SQL-запрос:</p><p>&lt;?php /* // +--------------------------------------------------------------------------+ // | Project: TBDevYSE - TBDev Yuna Scatari Edition | // +--------------------------------------------------------------------------+ // | This file is part of TBDevYSE. TBDevYSE is based on TBDev, | // | originally by RedBeard of TorrentBits, extensively modified by | // | Gartenzwerg. | // | | // | TBDevYSE is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | // | the Free Software Foundation; either version 2 of the License, or | // | (at your option) any later version. | // | | // | TBDevYSE is distributed in the hope that it will be useful, | // | but WITHOUT ANY WARRANTY; without even the implied warranty of | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | // | GNU General Public License for more details. | // | | // | You should have received a copy of the GNU General Public License | // | along with TBDevYSE; if not, write to the Free Software Foundation, | // | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | // +--------------------------------------------------------------------------+ // | Do not remove above lines! | // +--------------------------------------------------------------------------+ */ require &quot;include/bittorrent.php&quot;;</p><p>Ответ MySQL: </p><p>#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&lt;?php</p><p>require &quot;include/bittorrent.php&quot;&#039; at line 1</p>]]></content>
			<author>
				<name><![CDATA[vk2707]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=3115</uri>
			</author>
			<updated>2010-10-14T04:25:52Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=13579#p13579</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=13578#p13578" />
			<content type="html"><![CDATA[<p>Народ подскажите пожалуйста, в этом деле я не так давно и столкнулся с ошибкой и не понимаю что с ней сделать? Помогите пожалуйста.</p><br /><p>Ошибка<br />Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы.</p><p>ERROR: Неизвестная пунктуация @ 1<br />STR: &lt;?<br />SQL: &lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;</p><p>SQL-запрос:</p><p>&lt;?php require_once &quot;include/bittorrent.php&quot;;</p><p>Ответ MySQL: </p><p>#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;&#039; at line 1</p><p><span style="color: #808080"><em>Сообщение добавлено Thu Oct 14 07:07:31 2010</em></span><br />Хостинг&nbsp; sweb.ru</p>]]></content>
			<author>
				<name><![CDATA[vk2707]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=3115</uri>
			</author>
			<updated>2010-10-14T03:06:01Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=13578#p13578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=11704#p11704" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Aleksei сказал:</cite><blockquote><p>Как мне вытащить из таблицы organ все данные только по одному органу</p></blockquote></div><p>Сформулируйте SQL запрос с условием WHERE.</p><p>Для более детального ответа надо было показать пример запроса и структуру таблицы. Иначе получается какая-то расчленёнка. <img src="https://forum.php-myadmin.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-04-19T13:31:11Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=11704#p11704</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=11701#p11701" />
			<content type="html"><![CDATA[<p>Как мне вытащить из таблицы organ все данные только по одному органу</p>]]></content>
			<author>
				<name><![CDATA[Aleksei]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2732</uri>
			</author>
			<updated>2010-04-19T10:54:22Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=11701#p11701</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=11076#p11076" />
			<content type="html"><![CDATA[<p><strong>HakynaMatata</strong><br />Посмотрите в журнал ошибок Apache (обычно error.log), возможно там будет за что зацепиться.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-03-11T23:25:10Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=11076#p11076</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=11066#p11066" />
			<content type="html"><![CDATA[<p>Спосибо. Попробую. Стоит сейчас у меня mysql-6.0.6, php-5.2.13, apache_2.2.14, phpmyadmin 3.3.0. Может еще что попробовать обновить?</p>]]></content>
			<author>
				<name><![CDATA[HakynaMatata]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2624</uri>
			</author>
			<updated>2010-03-11T10:15:55Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=11066#p11066</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=11058#p11058" />
			<content type="html"><![CDATA[<p><strong>HakynaMatata</strong><br />Попробуйте установить последнюю версию phpMyAdmin.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-03-10T23:11:17Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=11058#p11058</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=11056#p11056" />
			<content type="html"><![CDATA[<p>По какой то причине не работает импорт. При нажатие на ОК никаких манипуляций непроисходит. В чем может быть косяк?</p>]]></content>
			<author>
				<name><![CDATA[HakynaMatata]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2624</uri>
			</author>
			<updated>2010-03-10T11:45:29Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=11056#p11056</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8865#p8865" />
			<content type="html"><![CDATA[<p>Все отлично пашет, большое спасибо:)</p><p><em>Hanut</em>у респект</p>]]></content>
			<author>
				<name><![CDATA[heelloo]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2166</uri>
			</author>
			<updated>2009-07-30T06:36:16Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8865#p8865</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8864#p8864" />
			<content type="html"><![CDATA[<p>Замените на:<br /></p><div class="codebox"><pre><code>if ($result &amp;&amp; mysql_num_rows($result)&gt;0)
{</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-07-30T06:09:54Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8864#p8864</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8863#p8863" />
			<content type="html"><![CDATA[<p>Еще раз всем здрасте.<br />Не подскажете как можно реализовать следующее:</p><p><strong>if(!$result) <br />{echo &quot;ошибка&quot; ;<br />exit(mysql_error());<br />}<br /> if (mysql_num_rows($result)&gt;0)<br /> {&nbsp; &nbsp; &nbsp; &nbsp;<br /></strong></p><p>что надо прописать что бы <strong>(!$result) </strong>ничего не делал, и не выводил сообщений</p>]]></content>
			<author>
				<name><![CDATA[heelloo]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2166</uri>
			</author>
			<updated>2009-07-30T05:46:53Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8863#p8863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8862#p8862" />
			<content type="html"><![CDATA[<p>Заработало:)<br />Спасибо за помощь!!!<br />Пойду тоже немного полезного для для вас, покликаю по рекламе:)</p>]]></content>
			<author>
				<name><![CDATA[heelloo]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2166</uri>
			</author>
			<updated>2009-07-29T21:05:11Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8862#p8862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8861#p8861" />
			<content type="html"><![CDATA[<p><strong>heelloo</strong><br />Попробуйте так прописать:<br /></p><div class="codebox"><pre><code>$cat = (isset($_GET[&#039;cat&#039;])) ? $_GET[&#039;cat&#039;] : 1;
$page = (isset($_GET[&#039;page&#039;])) ? $_GET[&#039;page&#039;] : 1;</code></pre></div><p>Используйте переменные передаваемые через GET запрос с помощью глобального массива $_GET.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-07-29T19:55:07Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8861#p8861</id>
		</entry>
</feed>
