<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Question about root php</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 19:29:56 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Be careful with $m and $a, they are used in many scripts and plugins, so make sure there are no conflicts if you use them.]]></description>
			<pubDate>Thu, 18 Лют 2010 04:55:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5312&d=0#post23003]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Ok, so there is no real real meaning..., but they are vars wich i can use for almost anything..  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /> <br />
It is read default by common.php from the GET.. (nice, so I can use those)<br />
<br />
Thanks]]></description>
			<pubDate>Thu, 18 Лют 2010 04:40:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5312&d=0#post23002]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Well, I suppose<br />
<ul>
<li><strong>$m</strong> stands for mode or maybe module. It is used by those switches to detect which mode of the script to use.</li>
<li><strong>$n</strong> is like $m, but is more generic. In forums it is used to specify special paging modes (or numbers): n=last means go to the last page available.</li>
<li><strong>$a</strong> means action. For example 'update', 'send', 'add', etc.</li>
<li><strong>$b</strong> is the next latter after $a, isn't it? So it is similar, but more generic.</li>
</ul>]]></description>
			<pubDate>Thu, 18 Лют 2010 04:09:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5312&d=0#post23001]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Can anybody tell me where $m stands for ?<br />
<br />
It always goes to the default anyway.. <br />
<br />
<pre class="code">switch($m)
	{
	default:
	require_once(......inc.php');
	break;
	}
</pre>
<br />
Found it, it comes from the GET<br />
<br />
<pre class="code">$m = sed_import('m','G','ALP',24);
$n = sed_import('n','G','ALP',24);
$a = sed_import('a','G','ALP',24);
$b = sed_import('b','G','ALP',24);
</pre>
<br />
<span style="color:#EF2929">BUT what meaning does m,n,a,b has... (What is usually done with these vars) ??</span>]]></description>
			<pubDate>Thu, 18 Лют 2010 03:50:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5312&d=0#post22997]]></link>
		</item>
	</channel>
</rss>