shersaha Posted November 10, 2006 Share Posted November 10, 2006 Hi i have some problem like this :....whenever I want to retrieve data from mysql giving the query like --[color=purple][font=Verdana]select * from emp where date between '2006-10-01' and '2006-10-10' [/font][/color]result are coming out.. but when the same query is executed through another page(html form) it gives this error [color=red]"Unable to jump to row 0 on MySQL "[/color].. dont understand what the problem... can any one help me out of this. Thanks in advance.. Link to comment https://forums.phpfreaks.com/topic/26864-unable-to-jump-to-row-0-on-mysql/ Share on other sites More sharing options...
haaglin Posted November 10, 2006 Share Posted November 10, 2006 "Unable to jump to row 0 " means that no result was returned, check your query. Link to comment https://forums.phpfreaks.com/topic/26864-unable-to-jump-to-row-0-on-mysql/#findComment-122861 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.