I want to make a php function to generate a random user agent string
Task: Write a very compact PHP function to return a
random user-agent string.
At the end of this message is a sample list of random user-agent
strings from which you can get field ideas from.
The simplest approach is to just serve a random string from the
list below, but I would rather have a random user-agent string
that is _assembled_ randomly from the strings present below
That was the task, sorry im new to using php user agent strings
Task: Write a very compact PHP function to return a
random user-agent string.
At the end of this message is a sample list of random user-agent
strings from which you can get field ideas from.
The simplest approach is to just serve a random string from the
list below, but I would rather have a random user-agent string
that is _assembled_ randomly from the strings present below
That was the task, sorry im new to using php user agent strings