has anyone used phpmobilizer to create a mobile version of their site.
you create a subdomain called m. and then upload the php files to that subdomain.
then if you want automatic redirection you add this line of code to the "index" file somewhere.
require_once('/home/path/to/subdomain/m/mobilize.php');php-mobile-detect
my question is which file do i use and where do i put that line of code?
thanks!


Reply With Quote
