Hi guys I'm getting this error:
Parse error: syntax error, unexpected T_STRING in
<?php header('Location: http://xxxxxxxxx.com/1/mu.php?doAction=LOG&txtFileID=<?=$REQUEST['d']?>&txtdes=<?=$REQUEST['des']?>&txtfilename=<?=$REQUEST['filename']?>&txtsize=<?=$REQUEST['size']?>&btnSubmit=Submit&txtPass=<?=$REQUEST['password']?>&txtUser=<?=$REQUEST['login']?>'); ?>
http://www.webdeveloper.com/forum/showthread.php?t=203477
if you want to send variables inside your domain, lets use Session, or store itin database.
And directly inserted user inputs into a header makes this program unsecure.