The problem is that all news except the last id are output from the database, what's the problem?

  • There is also a button 101010 for highlighting the code, do not pervert with pictures - Sh4dow
  • And the answer is accepted daw to his left, do not waste respect points) - Sh4dow

1 answer 1

Remove the first

$showall = mysql_fetch_array($news); 

You read the first record, and start the cycle by reading the second (the first one)

  • thanks, everything works - dikardRus