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

Linux, Apache, MySQL, PHP

 
AnswerRe: detect client language Pin
Avinashwli23-Dec-11 0:41
Avinashwli23-Dec-11 0:41 
Questionpaging the result Pin
Jassim Rahma20-Dec-11 3:29
Jassim Rahma20-Dec-11 3:29 
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 
You could do either one of the two.

But I would suggest creating a generic php file with this piece of code in a method. Including that php file in every page and calling that method.

EG:
dection.php <-- contains the check + redirect

Sample index.php:
<?php include_once('detection.php');?>
<!-- rest of document -->

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 
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 

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.