![]() |
ajax issue with Codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: ajax issue with Codeigniter (/showthread.php?tid=52408) |
ajax issue with Codeigniter - El Forum - 06-09-2012 [eluser]deeptik[/eluser] I am using ajax to display content dynamically on function call. Issue is if a image file called in ajax content is missing. session start storing wired/absurd values. My problem is there will be always some image missing, so i can't correct the image issue. How to stop the weird behaviour of session. Please help me. ajax issue with Codeigniter - El Forum - 06-09-2012 [eluser]InsiteFX[/eluser] Check to see if the image exists before you try to use it. ajax issue with Codeigniter - El Forum - 06-09-2012 [eluser]deeptik[/eluser] since the data is in blob format ,it contain images and text, plz help me how i can check about the image ajax issue with Codeigniter - El Forum - 06-10-2012 [eluser]Tim Post[/eluser] [quote author="deeptik" date="1339248428"]since the data is in blob format ,it contain images and text, plz help me how i can check about the image[/quote] Perhaps try posting the relevant code? It's impossible to help you without it. ajax issue with Codeigniter - El Forum - 06-10-2012 [eluser]deeptik[/eluser] I am using BLOB data from table to display content , which contain images url and texts, If there is any images missing in the content or url is wrong. Codeigniter session stores absurd value by its own. How to solve this issue. Plese help me Code: function startTest($testid=0){ and call the below function on button click Code: function nextQuestion($questionId,$response,$end=0){ Code: function nextQuestion($questionId){ ajax issue with Codeigniter - El Forum - 06-10-2012 [eluser]CroNiX[/eluser] If you post your code using the code tags, more people would probably look at it. |