Click here to Skip to main content
15,886,806 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: paging the result Pin
Mohibur Rashid20-Dec-11 21:53
professionalMohibur Rashid20-Dec-11 21:53 
Questionbest way to determine mobile device Pin
Jassim Rahma19-Dec-11 0:24
Jassim Rahma19-Dec-11 0:24 
AnswerRe: best way to determine mobile device Pin
User 171649219-Dec-11 0:57
professionalUser 171649219-Dec-11 0:57 
AnswerRe: best way to determine mobile device Pin
Mohibur Rashid19-Dec-11 18:00
professionalMohibur Rashid19-Dec-11 18:00 
GeneralRe: best way to determine mobile device Pin
Jassim Rahma19-Dec-11 21:43
Jassim Rahma19-Dec-11 21:43 
GeneralRe: best way to determine mobile device Pin
Gerben Jongerius19-Dec-11 22:30
Gerben Jongerius19-Dec-11 22:30 
GeneralRe: best way to determine mobile device Pin
Jassim Rahma20-Dec-11 1:19
Jassim Rahma20-Dec-11 1:19 
GeneralRe: best way to determine mobile device Pin
Gerben Jongerius20-Dec-11 1:40
Gerben Jongerius20-Dec-11 1:40 
That would indeed work. If you put the entire function in the external php file and the code below in all files that need the check for mobile devices.

if (detect_mobile()) {
 header('Location: blog');
}


Please note though that the redirect that you put in you code would not work as is. You would need to replace the 'blog' part with a URL to the mobile site.
GeneralRe: best way to determine mobile device Pin
Jassim Rahma20-Dec-11 2:07
Jassim Rahma20-Dec-11 2:07 
GeneralRe: best way to determine mobile device Pin
Jassim Rahma20-Dec-11 3:21
Jassim Rahma20-Dec-11 3:21 
AnswerRe: best way to determine mobile device Pin
Mohibur Rashid19-Dec-11 22:47
professionalMohibur Rashid19-Dec-11 22:47 
QuestionLinux Back Track 5 Pin
HARISHCHOWDHARY18-Dec-11 20:40
HARISHCHOWDHARY18-Dec-11 20:40 
AnswerRe: Linux Back Track 5 PinPopular
Richard MacCutchan18-Dec-11 23:36
mveRichard MacCutchan18-Dec-11 23:36 
QuestionHow to configure email system in xampp server Pin
VickyVicki16-Dec-11 1:41
VickyVicki16-Dec-11 1:41 
AnswerRe: How to configure email system in xampp server Pin
Aniruddha Loya19-Dec-11 8:29
Aniruddha Loya19-Dec-11 8:29 
GeneralRe: How to configure email system in xampp server Pin
VickyVicki24-Dec-11 0:02
VickyVicki24-Dec-11 0:02 
GeneralRe: How to configure email system in xampp server Pin
Aniruddha Loya24-Dec-11 7:48
Aniruddha Loya24-Dec-11 7:48 
QuestionEditor for php Pin
VickyVicki15-Dec-11 6:17
VickyVicki15-Dec-11 6:17 
AnswerRe: Editor for php Pin
User 171649215-Dec-11 6:50
professionalUser 171649215-Dec-11 6:50 
GeneralRe: Editor for php Pin
VickyVicki16-Dec-11 1:38
VickyVicki16-Dec-11 1:38 
GeneralRe: Editor for php Pin
User 171649216-Dec-11 4:00
professionalUser 171649216-Dec-11 4:00 
GeneralRe: Editor for php Pin
VickyVicki17-Dec-11 19:25
VickyVicki17-Dec-11 19:25 
AnswerRe: Editor for php Pin
sephirot4721-Dec-11 20:26
sephirot4721-Dec-11 20:26 
QuestionReading Mails using PHP Pin
anudivya13-Dec-11 23:11
anudivya13-Dec-11 23:11 
AnswerRe: Reading Mails using PHP Pin
Kevin Schaefer3-Jan-12 12:19
Kevin Schaefer3-Jan-12 12:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.