cleaning up some output
Posted: Wed Jun 27, 2018 12:29 am
el code
so I wanted to have each item on a new line
echo '\n\l' does not work, do does <br> etc etc
using a php plugin to add snippets
so I wanted to have each item on a new line
Code: Select all
echo '<strong>IP Address</strong>:- '.$ip;;
echo '<strong>City</strong>:- '.$city;
echo '<strong>Country</strong>:- '.$country;
echo '<strong>Country Code</strong>:- '.$country_code;
echo '<strong>Currency Code</strong>:- '.$currency_code;
echo '<strong>Latitude </strong>:- '.$latitude;
echo '<strong>Longitude </strong>:- '.$longitude;
using a php plugin to add snippets