database.sarang.net
UserID
Passwd
Database
DBMS
ㆍMySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
MySQL Q&A 3375 게시물 읽기
No. 3375
Warning: Unable to jump to row -10 on MySQL result index 2 ---> 무슨 말인지?
작성자
유상주
작성일
2000-09-01 09:40
조회수
4,662

계속 이렇게 나오네요 그냥 목록 보기 하면 잘 나오는데.. 찾기 해서.. 목록으로 보기를 하면 에러가 나옵니다... 만약 이래도 질문이 부족 하다면...

 

http://211.168.152.13/ysjtest/php/guestbook/board_main.html

---> 요기를 접속 해서 보시면 알수 있습니다.

 

소스는 이렇게 되어 있는데

 

$counter = ($pagenum-1)*$pagemax;

$j = 0; // 한페이지 나타내주는 게시물의 개수를 체크

$uncounter=$total - (($pagenum-1)*$pagemax);

while($counter<$total)

{

if($j < $pagemax)

{

$id = mysql_result($result,$counter,"id");

$name = mysql_result($result,$counter,"name");

$subject = mysql_result($result,$counter,"subject");

$count = mysql_result($result,$counter,"count");

$date = mysql_result($result,$counter, "date");

$email = mysql_result($result,$counter, "email");

echo("

<tr bgcolor=#dddddd>

<td>

<div align = center>

<font size=2 color='black'> $id </font>

</div>

</td>

");

 

-----------------------------------------------------------------

웹에서 이렇게 에러 메세지가 떠네요? 좀 알려 주시겠습니까?

 

Warning: Unable to jump to row -10 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 126

 

Warning: Unable to jump to row -10 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 127

 

Warning: Unable to jump to row -10 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 128

 

Warning: Unable to jump to row -10 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 129

 

Warning: Unable to jump to row -10 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 130

 

Warning: Unable to jump to row -10 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 131

 

 

Warning: Unable to jump to row -9 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 126

 

Warning: Unable to jump to row -9 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 127

 

Warning: Unable to jump to row -9 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 128

 

Warning: Unable to jump to row -9 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 129

 

Warning: Unable to jump to row -9 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 130

 

Warning: Unable to jump to row -9 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 131

 

 

Warning: Unable to jump to row -8 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 126

 

Warning: Unable to jump to row -8 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 127

 

Warning: Unable to jump to row -8 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 128

 

Warning: Unable to jump to row -8 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 129

 

Warning: Unable to jump to row -8 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line 130

 

Warning: Unable to jump to row -8 on MySQL result index 2 in /home/sites/home/web/ysjtest/php/guestbook/list.php3 on line

[Top]
No.
제목
작성자
작성일
조회
3380# myodbc에대한 질문 급함
홍성필
2000-09-01
889
3381┕>Re: # myodbc에대한 질문 급함
정재익
2000-09-01 15:04:55
1146
3377mysql 에서 만들어논 usr userdb 을 다시 삭제 할려면....
이미숙
2000-09-01
908
3378┕>Re: mysql 에서 만들어논 usr userdb 을 다시 삭제 할려면....
장석규
2000-09-01 13:36:16
1105
3376# [Mysql Data Format 관련 질문입니다.. 무지급함!!!]
달가림
2000-09-01
1484
3379┕>Re: # [Mysql Data Format 관련 질문입니다.. 무지급함!!!]
장석규
2000-09-01 13:40:56
1337
3375Warning: Unable to jump to row -10 on MySQL result index 2 ---&gt; 무슨 말인지?
유상주
2000-09-01
4662
3387┕>Re: Warning: Unable to jump to row -10 on MySQL result index 2 ---&gt; 무슨 말인지?
정재익
2000-09-01 22:48:37
2668
337010만건 이상의 자료를 다른 테이블로 이식하는 방법.
박규철
2000-09-01
972
3374┕>Re: 10만건 이상의 자료를 다른 테이블로 이식하는 방법.
정재익
2000-09-01 08:59:21
1308
3369# APM연동시 Mysql DB 접속이 안되는것 같은데..
신희열
2000-09-01
1091
3373┕>Re: # APM연동시 Mysql DB 접속이 안되는것 같은데..
정재익
2000-09-01 08:57:45
1162
3366# mysql의 패스워드(암호)는 어떻게 찾을까요?
임병재
2000-09-01
1172
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.024초, 이곳 서비스는
	PostgreSQL v16.4로 자료를 관리합니다