First let me say I am not a PHP programmer. I am simply trying to edit some code and I am getting the Parse error syntax error, unexpected T_ECHO
This is the line of code that is providing the error
echo 'WENEEDTHIS->'.$_R.'<-WENEEDTHIS';
FROM THIS
$_X=base64_decode($_X); $_X=strtr($_X,’123456aouie’,’aouie123456′); $_R=ereg_replace(’__FILE__’,”‘”.$_F.”‘”,$_X); echo 'WENEEDTHIS->'.$_R.'<-WENEEDTHIS'; $_R=0; $_X=0;
Can anyone tell me what is missing from that line?
Thanks bunches!!:P
Edited by Orjan, 03 March 2010 - 02:10 AM.


Sign In
Create Account

Back to top










