Created
April 2, 2020 18:22
-
-
Save phpfiddle/ac92f7759f5e40f1692c1db551e023a1 to your computer and use it in GitHub Desktop.
[ Posted by Macfan ] this is just test-code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$ua = $_SERVER['HTTP_USER_AGENT']; | |
echo $ua; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment