Re: [PHP] Pull from mysql_fetch_array at a given time

2001-12-03 Thread David Robley
On Tue, 4 Dec 2001 11:30, Tom Beidler wrote: > I'm trying to pull three results from a database and then display them > in a page. The HTML is clugey so I would like to place print statements > in three different places, rather then in a while loop and try and > rewrite the HTML for each item. >

[PHP] Pull from mysql_fetch_array at a given time

2001-12-03 Thread Tom Beidler
I'm trying to pull three results from a database and then display them in a page. The HTML is clugey so I would like to place print statements in three different places, rather then in a while loop and try and rewrite the HTML for each item. So far I have; $gethot_query = "SELECT title FROM even