On Thu, 02 May 2002 13:11:23 +0400
"Sheni R. Meledath" <[EMAIL PROTECTED]> wrote:


> Using the second command I can't display all the records.
> 
> But using separate select statement I can select & display any record which 
> is not displayed in the above case.
> ###
> $result=mysql_query("select * from $table2 where id='15000'");
> $row=mysql_fetch_array($result);
> echo $row[name];
> =sheni

maybe your table is corrupted, 
try to query select with order by something and desc limit something ... 

if there is error message, try repair the table ;-)

-- 
...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly).
        -- Matt Welsh

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <mysql-unsubscribe-##L=##[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to