Help for this page
@row4 = $sth4->fetchrow_array(); ... while (@row4 = $sth4->fetchrow_array()) {
while (@row4 != 0) { ... # Your code here. @row4 = $sth4->fetchrow_array(); }