Macemore
Circumcised pineapples
Well I'm basically trying to set something like
as a variable.
but for some reason (don't ask me) it doesn't work.
This is all I'm doing:
but it doesn't work, any help?
Thanks!
PHP:
$_SERVER['HTTP_USER_AGENT'];
but for some reason (don't ask me) it doesn't work.
This is all I'm doing:
PHP:
$ua = '$_SERVER['HTTP_USER_AGENT']'; //notice the accordingly abbreviated name?
Thanks!