The following is the code that I have:
Code:
<?
chdir("script");
require('common.php');
$amazonurl = myurldecode($amazonurl);
?>
The file name is frame.php, and as I access
Code:
frame.php?something&amazonurl=somethingElse
amazonurl returns empty string. What are possibly problems here?