Ok im trying to assign the variable $ip_address the ip address of the user.
So, I try to do
<?php
$ip_address= '<!--#echo var="REMOTE_ADDR" -->';
?>
And of course it doesn't work like that so I try switching it around and I keep getting errors. Plz help, thx.