This is my form:
<form method=post action="https://www.paypal.com/cgi-bin/webscr">
<input type="hidden" name="cmd" value="_notify-synch">
<input type="hidden" name="tx" value="<?php echo $_GET['tx']; ?>">
<input type="hidden" name="at" value="52522320223225333633365254541">
<input type="submit" value="PDT">
</form>
When i submit the above form the fail will occur.