Hi
considering this code:
I need a little explanation on this part:Code:$result = @mysql_query('SELECT * FROM huh ORDER BY pk ASC LIMIT 0, 30'); while ( $row = mysql_fetch_array($result) ) { echo('<p>' . $row['test'] . $row['pk'] . '</p>'); }
what's the concept?Code:while ( $row = mysql_fetch_array($result) ) { echo('<p>' . $row['test'] . $row['pk'] . '</p>'); }
thanks a lot for your time![]()








Bookmarks