Re: [PHP] Need help with display of results

2003-06-06 Thread Lars Torben Wilson
On Fri, 2003-06-06 at 18:45, Lars Torben Wilson wrote: [snip] > while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { > echo " > {$row['time_stamp']}{$row['heading']}\n"; > } Whoops...replace 'time_stamp' with 'added' and 'heading' with 'q40', of course. :) Sorry, Torben -- Torbe

Re: [PHP] Need help with display of results

2003-06-06 Thread Lars Torben Wilson
On Fri, 2003-06-06 at 14:32, Gloria L. McMillan wrote: > Hi, again! > > I did not see my question as yet so I will repost it. > > I have had help writing HTML code to display the results of my PHP--> McSQL actions. > > But when I attempt to show the DATE and q40 (comments) with the HTML code bel

[PHP] Need help with display of results

2003-06-06 Thread Gloria L. McMillan
Hi, again! I did not see my question as yet so I will repost it. I have had help writing HTML code to display the results of my PHP--> McSQL actions. But when I attempt to show the DATE and q40 (comments) with the HTML code below, all I see on screen is: ]in the upper left corn