Click here to Skip to main content
16,013,918 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
Questionbookmarks Pin
chiangkinghu8-Dec-08 21:10
chiangkinghu8-Dec-08 21:10 
AnswerRe: bookmarks Pin
Ranjit Viswakumar29-Jan-09 12:12
Ranjit Viswakumar29-Jan-09 12:12 
AnswerRe: bookmarks Pin
EliottA2-Feb-09 2:36
EliottA2-Feb-09 2:36 
Questionto upload video in php Pin
umeshdaiya5-Dec-08 18:03
umeshdaiya5-Dec-08 18:03 
AnswerRe: to upload video in php Pin
Mohammad Dayyan10-Dec-08 23:47
Mohammad Dayyan10-Dec-08 23:47 
Questionajax problem Pin
umeshdaiya28-Nov-08 1:00
umeshdaiya28-Nov-08 1:00 
AnswerRe: ajax problem Pin
Mohammad Dayyan28-Nov-08 10:08
Mohammad Dayyan28-Nov-08 10:08 
AnswerRe: ajax problem Pin
Ranjit Viswakumar29-Jan-09 12:20
Ranjit Viswakumar29-Jan-09 12:20 
It sounds like you have 2 AJAX queries running. One to send the added text to the database, and then another to refresh the displayed contents. Think of AJAX as XL streams leaving and entering through channels. We need to make sure the XML streams do not attempt to use the same channel. If they do, the second will suffer if the first has not completed yet.

A way to get around this is to assign a random session ID to the XML stream to differentiate it. Consider this Javascript AJAX function-

http://whatsaranjit.com/includes/grabData.js[^]

Notice the line:

url=url+"&sid="+Math.random()

This is so that anytime an AJAX request is initiated, they are unique and will not overlap. Try that out. Good luck!
QuestionLinux web proxy Pin
Mekong River27-Nov-08 17:16
Mekong River27-Nov-08 17:16 
AnswerRe: Linux web proxy Pin
L. Madhavan17-Dec-08 18:04
L. Madhavan17-Dec-08 18:04 
QuestionEncoding problem of use ftp with C# Pin
crushglass19-Nov-08 16:24
crushglass19-Nov-08 16:24 
QuestionPackets are getting dropped when receiving mobility header. Pin
shekharban13-Nov-08 2:54
shekharban13-Nov-08 2:54 
AnswerRe: Packets are getting dropped when receiving mobility header. Pin
shekharban13-Nov-08 21:46
shekharban13-Nov-08 21:46 
Questionwhy the option CONFIG_NETFILTER_DEBUG is set when compiling kernel Pin
shekharban13-Nov-08 2:46
shekharban13-Nov-08 2:46 
Questionlivecd.sgn Pin
_chew8-Nov-08 6:04
_chew8-Nov-08 6:04 
Questiontreeview creation [modified] Pin
Member 45142187-Nov-08 22:57
Member 45142187-Nov-08 22:57 
AnswerRe: treeview creation Pin
Mohammad Dayyan10-Nov-08 16:28
Mohammad Dayyan10-Nov-08 16:28 
GeneralRe: treeview creation Pin
divyamistry27-Jan-09 22:07
professionaldivyamistry27-Jan-09 22:07 
GeneralRe: treeview creation Pin
Mohammad Dayyan27-Jan-09 22:37
Mohammad Dayyan27-Jan-09 22:37 
GeneralRe: treeview creation Pin
sk8te32029-Jan-09 18:35
sk8te32029-Jan-09 18:35 
GeneralRe: treeview creation Pin
divyamistry29-Jan-09 20:56
professionaldivyamistry29-Jan-09 20:56 
GeneralRe: treeview creation Pin
divyamistry29-Jan-09 21:02
professionaldivyamistry29-Jan-09 21:02 
AnswerRe: treeview creation Pin
Jules VDV29-Jan-09 8:39
Jules VDV29-Jan-09 8:39 
QuestionInvalid argument error while sending routing header in ipv6 Pin
shekharban3-Nov-08 3:24
shekharban3-Nov-08 3:24 
AnswerRe: Invalid argument error while sending routing header in ipv6 Pin
shekharban3-Nov-08 22:25
shekharban3-Nov-08 22:25 

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.