Posts by Gonsales • 29 points
2 posts
- 
		0 votes1 answer122 viewsQ: User agent detection for redirectI would like to identify IE and redirect them to another page. I took the example in the PHP manual but gives an error. <?php if (strstr($_SERVER["HTTP_USER_AGENT"],"MSIE")) { echo"IE"; } else… 
- 
		2 votes2 answers2713 viewsQ: Recover URL variable and pass on in AJAXI wonder if there is a way after recovering a variable from the URL pass to another page and return the result in a load. I’m using the following script that normally recovers the variable, but does…