|
Posted by lawrence k on 02/18/06 10:55
If I copy and paste this url into my browser:
http://www.bluecasts.com/index.php?templateId=PT_distroDemo.txt&distroTitle=priceTitle.php&distroMainContent=prices.php
and I've a simple page with this script on it:
<?php
echo "variable to get $variableToLookFor ";
$try = $_GET["distroMainContent"];
echo " == the server says the variable to get is $try == ";
?>
I want $try to now equal "prices.php"
Why would this not happen?
The server is running PHP 4.3
Navigation:
[Reply to this message]
|