Posted by TMN on 01/12/07 07:17
Hi All
I am new to PHP and I do not understand why the following works ??
$file=urlencode("displayIncidents.php");
echo "<a href=statistics.php?fileName=$file&delete=true>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
[Back to original message]
|