| 
	
 | 
 Posted by gcox on 03/06/07 07:25 
On Tue, 06 Mar 2007 08:15:10 +0100, Rik <luiheidsgoeroe@hotmail.com> 
wrote: 
 
>gcox<add the at symbol in <"here>freeuk.com"> wrote: 
>> Thanks for the above - that almost works! I do now get the 2 hits but 
>> the second one does not have the <table format?! 
>> 
> 
>Look at the generated HTML source, you forgot to create a new <tr>. 
 
Rik, 
 
just as a matter of interest! I have the 
 
while ($row[] = mysql_fetch_array($result)) { 
printf("<td valign='top'><strong>Venue</strong></td><td _ 	 
valign='top'>%s  </td></tr>",$row[0]["venue"]); 
 
ie $row[] and 
$row[0]["venue"] 
 
typeof code on another web site and it seems to work OK. What is the 
difference between thie above and using  
 
$row and $row["venue"]  ?? 
 
Cheers 
 
Geoff
 
  
Navigation:
[Reply to this message] 
 |