Help needed in redirection of particular browser,I haveing mobile site for that i person enter via mobile browser he should automatically redirect to the page like http://mydomain.com/mobile.php if a person enter from pc he should automatically redirect to the page http://mydomain.com/pc.php help me in this code also now in mobile there new browsers like opera8.65 for that also it should correctly redirect
You could use the global $_SERVER['HTTP_USER_AGENT'] and test against the info in that. There is some homework for you! My question is - why do you want to redirect to certain pages depending upon the browser?