TheConeHead
Programmer
I have some code done by someone else (phpmyfaq - you may know it) that I am trying to understand... I have some variable that are being used that I have no idead where it is being set at:
The result is this:
<td width="16%" align="center" height="20" class="subnav"><a href="/phpmyfaq/index.php?sid=170&aktion=search" class="subnav">Search</a></td>
The php looks like:
"msgSearch" => '<a href="'.$_SERVER["PHP_SELF"]."?".$sids.'aktion=search" class="subnav">'.$msgSearch.'</a>',
I am wondering where $msgSearch comes from? Is it maybe being set on the server?
-*- Confused -*-
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
The result is this:
<td width="16%" align="center" height="20" class="subnav"><a href="/phpmyfaq/index.php?sid=170&aktion=search" class="subnav">Search</a></td>
The php looks like:
"msgSearch" => '<a href="'.$_SERVER["PHP_SELF"]."?".$sids.'aktion=search" class="subnav">'.$msgSearch.'</a>',
I am wondering where $msgSearch comes from? Is it maybe being set on the server?
-*- Confused -*-
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)