Search found 2 matches

by addisonlee
Fri Sep 13, 2013 7:14 am
Forum: PHP API
Topic: Show correct app link to mobile users
Replies: 4
Views: 36612

Re: Show correct app link to mobile users

Great! Thanks for your helpful reply. If for example I wnated to include more than one OS (ie 'Windows Mobile OS' and 'Windows Phone OS') in one if statement. How do I do that? Also, If I wanted to include a link to all unsupported devices, Do I end it with else {} of do I use the else if ($os == 'O...
by addisonlee
Thu Sep 12, 2013 6:02 am
Forum: PHP API
Topic: Show correct app link to mobile users
Replies: 4
Views: 36612

Show correct app link to mobile users

Hi - I have a mobile app for iphone, blackberry and android. I'd like to use WURLF to detect the users OS and then print the correct URL to the app for the users operating operating system. Something like <a href="<?php echo $applink ?>">Download the <?php echo $appname ?></a> . I can't seem to find...