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

Linux, Apache, MySQL, PHP

 
Questionsocial networking API Pin
Jassim Rahma24-Dec-11 5:58
Jassim Rahma24-Dec-11 5:58 
AnswerRe: social networking API Pin
Mohibur Rashid25-Dec-11 2:05
professionalMohibur Rashid25-Dec-11 2:05 
AnswerRe: social networking API Pin
thatraja27-Dec-11 22:57
professionalthatraja27-Dec-11 22:57 
Questionhow can i ope outlook from php Pin
williamroma23-Dec-11 21:20
williamroma23-Dec-11 21:20 
AnswerRe: how can i ope outlook from php Pin
Mohibur Rashid25-Dec-11 2:04
professionalMohibur Rashid25-Dec-11 2:04 
AnswerRe: how can i ope outlook from php Pin
leddoes27-Dec-11 20:35
leddoes27-Dec-11 20:35 
Questionpaging like linkedin & facebook Pin
Jassim Rahma22-Dec-11 22:04
Jassim Rahma22-Dec-11 22:04 
AnswerRe: paging like linkedin & facebook PinPopular
Mohibur Rashid23-Dec-11 2:29
professionalMohibur Rashid23-Dec-11 2:29 
Take a look at the mysql query with limit

here is two example
First list
SQL
SELECT Something FROM Somewhere where EveryOne LIKE 'SomeOne' LIMIT 0, 30



and when you populate go for:
SQL
SELECT Something FROM SomeWhere where EveryOne LIKE 'SomeOne' LIMIT 30, 30



In the first query you will get first 30 results,
In the second query you will get second 30 results


And you will also have to look at AJAX. Otherwise you will have to reload the entire page everytime
QuestionI Want a project using Global.asax file Pin
RashdSiddique22-Dec-11 1:31
RashdSiddique22-Dec-11 1:31 
AnswerRe: I Want a project using Global.asax file Pin
Kevin Schaefer3-Jan-12 12:13
Kevin Schaefer3-Jan-12 12:13 
Questiondetect client language Pin
Jassim Rahma21-Dec-11 19:58
Jassim Rahma21-Dec-11 19:58 
AnswerRe: detect client language Pin
Graham Breach21-Dec-11 21:03
Graham Breach21-Dec-11 21:03 
GeneralRe: detect client language Pin
Jassim Rahma22-Dec-11 0:06
Jassim Rahma22-Dec-11 0:06 
GeneralRe: detect client language Pin
Graham Breach22-Dec-11 2:41
Graham Breach22-Dec-11 2:41 
GeneralRe: detect client language Pin
jan lucas22-Dec-11 1:04
jan lucas22-Dec-11 1:04 
JokeRe: detect client language Pin
Luc Pattyn22-Dec-11 2:06
sitebuilderLuc Pattyn22-Dec-11 2:06 
GeneralRe: detect client language Pin
jan lucas22-Dec-11 2:23
jan lucas22-Dec-11 2:23 
AnswerRe: detect client language Pin
Luc Pattyn22-Dec-11 2:35
sitebuilderLuc Pattyn22-Dec-11 2:35 
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 

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.