Hi All
I am new to PHP and I do not understand why the following works ??
$file=urlencode ("displayIncide nts.php");
echo "<a href=statistics .php?fileName=$ file&delete=tru e>Delete
Incident</a><br />";
When this link is selected the statistics.php simply includes the file
that passed to it - but why does it find the file and not try to load
the literal 'fileName=$file &delete=true ' (that obviously does not
exist) ?
thanks
Tim
I am new to PHP and I do not understand why the following works ??
$file=urlencode ("displayIncide nts.php");
echo "<a href=statistics .php?fileName=$ file&delete=tru e>Delete
Incident</a><br />";
When this link is selected the statistics.php simply includes the file
that passed to it - but why does it find the file and not try to load
the literal 'fileName=$file &delete=true ' (that obviously does not
exist) ?
thanks
Tim
Comment