The php script fails to pick up the value in the http field. For example:
Code: Select all
http://mydot.com/template.php?value=a
in the php file...
<?php echo $value; ?>Moderator: General Moderators
Code: Select all
http://mydot.com/template.php?value=a
in the php file...
<?php echo $value; ?>