Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
[HELP] Mobile/ipad detect function
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="C0MB4T122" data-source="post: 409363" data-attributes="member: 70525"><p>Hey Devbests,</p><p>I want a function that detects mobile and ipad devices</p><p>Now i have this..</p><p></p><p>[PHP]<?php</p><p> {</p><p> ?></p><p> <div class="clientbarv1"></p><p> <div class="clientbartekst"><i class="fa fa-users" aria-hidden="true"></i> Er zijn <b>(0)</b> Sharp's in het hotel</div></p><p> <div class="clientbartekst1"><i class="fa fa-user-plus" aria-hidden="true"></i> Er zijn <b>(0)</b> staff's aanwezig</div></p><p> <div class="clientbartekst2"><i class="fa fa-address-card" aria-hidden="true"></i> Sharp heeft <b>(0)</b> leden</div></p><p> </div></p><p></p><p> <?php</p><p> }</p><p> ?>[/PHP]</p><p>The thing is that in the part of </p><p><?php</p><p> {</p><p> ?></p><p>It has to detect a mobile device or ipad and if it detected it the information between the parts doesn't be shown!</p><p></p><p>I hope you guys could help me out,</p><p>If its not clear, just ask!</p><p></p><p>With best regards,</p><p>C0MB4T</p></blockquote><p></p>
[QUOTE="C0MB4T122, post: 409363, member: 70525"] Hey Devbests, I want a function that detects mobile and ipad devices Now i have this.. [PHP]<?php { ?> <div class="clientbarv1"> <div class="clientbartekst"><i class="fa fa-users" aria-hidden="true"></i> Er zijn <b>(0)</b> Sharp's in het hotel</div> <div class="clientbartekst1"><i class="fa fa-user-plus" aria-hidden="true"></i> Er zijn <b>(0)</b> staff's aanwezig</div> <div class="clientbartekst2"><i class="fa fa-address-card" aria-hidden="true"></i> Sharp heeft <b>(0)</b> leden</div> </div> <?php } ?>[/PHP] The thing is that in the part of <?php { ?> It has to detect a mobile device or ipad and if it detected it the information between the parts doesn't be shown! I hope you guys could help me out, If its not clear, just ask! With best regards, C0MB4T [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
[HELP] Mobile/ipad detect function
Top