Jump to content

[SOLVED] is this possible ?


scarface83

Recommended Posts

Not with that particular syntax.

<?php
while ($row2 = mysql_fetch_array($result2)) {
           //
           //   here you need to re-query to get $query3
           //   or repostion to start of resultset with mysql_data_seek()
           //
           while ($row3 = mysql_fetch_array($query3)) {
                   // do some code
           }
}
?> 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.