Is this the right code to only show someting with a certain IP address?
if ($REMOTE_ADDR == "INSERT>IP<HERE") {
echo "mEthod pwnZ0rs";
}
Also,
I'm using a form, and there is a multiline text box, when a user puts more then 1 line, on the page that pulls the info from the database, it only lists it as 1 line, how do I make it list as 2 on the other page?
Any help is appreciated, thanks.