I want to set the agent but I don't know what I should put for AgentName.
$ua->agent("AgentName/0.1 " . $ua->agent);
For example, if I want my Agent to be IE, what should I put? Also, what does ".$ua->agent" mean? As when I put
$ua->agent("IE/6.0"
;
I think IE supports frames but the HTML file that I save back said this browser doesn't support frame. What is the best agent that I should put for this parameter? Any idea?
Thanks
$ua->agent("AgentName/0.1 " . $ua->agent);
For example, if I want my Agent to be IE, what should I put? Also, what does ".$ua->agent" mean? As when I put
$ua->agent("IE/6.0"
I think IE supports frames but the HTML file that I save back said this browser doesn't support frame. What is the best agent that I should put for this parameter? Any idea?
Thanks