Hey, on php version 5.0.4 I could get it by using
<? echo @$REMOTE_ADDR; ?>
but with 4.4.0 that no longer works, is cmd different in 4.4.0?
Thanks ahead of time
<? echo @$REMOTE_ADDR; ?>
but with 4.4.0 that no longer works, is cmd different in 4.4.0?
Thanks ahead of time
Comment