PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I've run into this a couple of times and haven't been able to track down the issue. I have a query that in firefox returns all the results, but in IE fails to retun the first result, but returns all others.
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Best thing to do in cases like this is check the source of your page. PHP and MySQL work independently of the browser they are writing to, so it's definitely not a problem with your query or program logic.
It might be that you've got some badly formed HTML that IE won't display for some reason, but Firefox does.