I want to publish 68 classifeids on mobile. I'm not able to do redirect in phone browser. It always say error as 'unformatted content type'. I've also created separate pages for mobile version. This part throughs error: (in step3submit.php) PHP: header("Location: mobusercheckout.php?step=6&category=" . $category . "&listingid=" . $listingid . "&productid=" . $productid . "&source=" . $source); but for the same code if i write 'cURL' code, it worked. Could anyone help me in this regard.
check this link it will help you php-mobile-detect - PHP class for mobile device detection - Google Project Hosting
fter 6 time '302' redirect in emulator, it threw error - 'Unsupported Content'. I dont know what could be the reason. Is behavior of mobile devices could be different. The time it could redirected could also matter.