Originally posted by LadyEnigma
View Post
PHP Code:
$phone = explode(" . ",$_SERVER['HTTP_USER_AGENT'] . "\n\n");
$phone1 = htmlentities($phone);
/////////
//put in your code profile
echo "".$phone1."";
Leave a comment: