<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Warning: Use of undefined constant option - assumed 'option']]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=4770&amp;type=atom" />
	<updated>2019-12-15T18:22:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=4770</id>
		<entry>
			<title type="html"><![CDATA[Re: Warning: Use of undefined constant option - assumed 'option']]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=28122#p28122" />
			<content type="html"><![CDATA[<p>$_GET[&#039;option&#039;] поставьте кавычки для ключа массива.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2019-12-15T18:22:23Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=28122#p28122</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Warning: Use of undefined constant option - assumed 'option']]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=28121#p28121" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>&lt;?php session_start();
define(&quot;INDEX&quot;, &quot;&quot;); // УСТАНОВКА КОНСТАНТЫ ГЛАВНОГО КОНТРОЛЛЕРА

require_once($_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/cfg/core.php&quot;); // ПОДКЛЮЧЕНИЕ ЯДРА

// ПОДКЛЮЧЕНИЕ К БД
$db = new MyDB();
$db-&gt;connect();

// ГЛАВНЫЙ КОНТРОЛЛЕР
switch ($_GET[option]) {
case &quot;page&quot;:
include($_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/com/page.php&quot;);
break;
default:
include($_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/com/home.php&quot;);
break;
}

include ($_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/template.php&quot;);
$db-&gt;close();</code></pre></div><p>Помогите исправить ошибку, в этом новичек перечитал уже много, а исправить так и не могу<br />Warning: Use of undefined constant option - assumed &#039;option&#039; (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\cis20\index.php on line 11</p><p>Notice: Undefined index: option in C:\xampp\htdocs\cis20\index.php on line 11<br />$query = &quot;SELECT * FROM wx_pages WHERE page_alias=&#039;home&#039; LIMIT 1&quot;;</p>]]></content>
			<author>
				<name><![CDATA[insert1]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=11480</uri>
			</author>
			<updated>2019-12-15T00:12:01Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=28121#p28121</id>
		</entry>
</feed>
