[thelist] php output

Mark Groen markgroen at gmail.com
Sun Sep 19 08:18:38 CDT 2004


I have a php web page displaying the results of a db table query using
while($row = mysql_fetch_row($mysql_result)) and want to add in every
few rows a "to top" link to the list of items returned.

Not sure how to go about this, tried using while, foreach,
mysql_numrows but not getting anywhere. Is this better achieved
somehow through the db query maybe?  Can anyone point me to some
sample code or a tute for something like this?
 
cheers,

       Mark


More information about the thelist mailing list