Ok this may sound really pathetic but how do i add a new line (like a space) to a code 
like this

<?php
echo "IP ADDRESS";

echo $remote_admin;
?>

cause when i try the code out it looks like 

IPADDRESS127.0.0.1

and i want it to look like

IP ADDRESS
127.0.0.1

or 

IP ADDRESS

127.0.0.1

so what do i put in?

Thanks for your time :)

Reply via email to