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

Linux, Apache, MySQL, PHP

 
AnswerRe: SELECTING OS Pin
arjo12913-Jan-12 15:57
arjo12913-Jan-12 15:57 
QuestionIs there a way to make a ssh connection without specifying an username Pin
aiming042026-Dec-11 18:45
aiming042026-Dec-11 18:45 
AnswerRe: Is there a way to make a ssh connection without specifying an username Pin
markkuk27-Dec-11 12:08
markkuk27-Dec-11 12:08 
GeneralRe: Is there a way to make a ssh connection without specifying an username Pin
aiming042027-Dec-11 15:35
aiming042027-Dec-11 15:35 
GeneralRe: Is there a way to make a ssh connection without specifying an username Pin
Richard MacCutchan27-Dec-11 21:50
mveRichard MacCutchan27-Dec-11 21:50 
GeneralRe: Is there a way to make a ssh connection without specifying an username Pin
aiming042028-Dec-11 19:43
aiming042028-Dec-11 19:43 
GeneralRe: Is there a way to make a ssh connection without specifying an username Pin
markkuk27-Dec-11 23:04
markkuk27-Dec-11 23:04 
GeneralRe: Is there a way to make a ssh connection without specifying an username Pin
aiming042028-Dec-11 19:44
aiming042028-Dec-11 19:44 
QuestionI need someone to grade My work MIT open course ware Pin
David C# Hobbyist.26-Dec-11 14:00
professionalDavid C# Hobbyist.26-Dec-11 14:00 
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 

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.