PDA

View Full Version : is this right



is0lized
January 22nd, 2002, 09:22
is this right, it doesnt work on my page and i do have php enabled



<b>logged:</b> <?$REMOTE_ADDR?> port<?$REMOTE_PORT?>

niv
January 22nd, 2002, 09:32
Someone forgot to put in their echo today! ;)



<b>logged:</b> <? echo $REMOTE_ADDR; ?> port<? echo $REMOTE_PORT; ?>

is0lized
January 22nd, 2002, 09:34
thanks

megapuzik
January 22nd, 2002, 10:24
Originally posted by Hayama-kun
Someone forgot to put in their echo today! ;)

or print ;)

Woofcat
January 23rd, 2002, 18:39
everyone does things the long way and puts in useless extra semicolons and spaces... bah...

<b>logged:</b> <?=$REMOTE_ADDR?> port<?=$REMOTE_PORT?>