<?php
php code here
?>
html code here
<?php echo "PHP seems to be working."; ?>
[COLOR=#000000][FONT=monospace]AddType application/x-httpd-php .html .htm
<?php
include "my_included_file.php";
?>
[B]<?[/B]php [B]include[/B] [COLOR=#DD1144]'Mobile_Detect.php'[/COLOR];
[COLOR=#008080] $detect[/COLOR] [B]=[/B] [B]new[/B] Mobile_Detect();
if($detect->isAndroidOS() || [COLOR=#008080]$detect[/COLOR][B]->[/B][COLOR=#008080]isiOS[/COLOR]()){
// redirect the user
}
?>