However, I intend to call a php script - atm my 'home.php' file just has xhtml code in it - when users first click onto my website which redirects (if applicable) users to different versions of the website depending on what device they are using. So I presume (thanks to my noob-ness) that a simple .html file will cause the script to not be called.
Any suggestions as to how I can sort this out will be appreciated.
There should be no problems with the script itself as I obtained it after reading my 'Mobile Web Design for Dummies Book'.
problem sorted...I simply had to rename the home.php file to 'index.php'