CodeIgniter Forums
Problem in Query Result . Suggestion Please ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Problem in Query Result . Suggestion Please ? (/showthread.php?tid=31662)



Problem in Query Result . Suggestion Please ? - El Forum - 06-27-2010

[eluser]Tamilmani[/eluser]
I am using Microsoft SQL server and able to get the records from table.The results are showing properly in "Firefox,Google Chrome,Safari" , but in "IE" results are not displaying properly . While loop not continuing in IE .

Any suggestion please ????

Thanks
Tamilmani Mohan


Problem in Query Result . Suggestion Please ? - El Forum - 06-28-2010

[eluser]cahva[/eluser]
Just to be sure, have you checked the generated html sourcecode? I mean, it could be just some faulty code you're outputting which for some reason does not work in IE.


Problem in Query Result . Suggestion Please ? - El Forum - 06-28-2010

[eluser]danmontgomery[/eluser]
server-side code execution is completely separate from result being rendered by the user's browser. It's most likely you are not properly closing all of your tags.


Problem in Query Result . Suggestion Please ? - El Forum - 06-28-2010

[eluser]pickupman[/eluser]
Have a link or some code? Once you have loaded the page in IE and view the source html, are your records shown? If so, you could be missing an html element causing part of the table to be messed up by some css.