Jump to content

[SOLVED] query not returning correct number of records. please help


debuitls

Recommended Posts

Still no luck im afraid kratsg :'(

 

I made a new proposal to test but all it did was replace the antrim proposal with a new kilkenny proposal (see screenshot)!

 

Ah gad, its breaking my heart.

 

Dont worry about it too much if your out of sugestions at this stage!

 

I appreciate your efforts greatly!

 

 

 

[attachment deleted by admin]

Hi kratsg,

 

Here is code and screenshot of output.

 

while($row = mysql_fetch_array($result))
{
echo "<tr onclick=\"window.location='results.php?id=" . $row['proposalid'] . "'\">";
			  echo "<td>" . $row['county'] . "</td>";
			  echo "<td>" . $row['checkin'] . "</td>";
			  echo "<td>" . $row['checkout'] . "</td>";
			  echo "<td>" . $row['budget'] . "</td>";
			  echo "<td>" . $row['adults'] . "</td>";
			  echo "<td>" . $row['children'] . "</td>";
			  echo "<td>" . $row['timeleft'] . "</td>";	
			  echo "<td>" . var_dump($row['bids']). "</td>";
			  				  
			echo "</tr>";
			echo "</tbody>";
}
echo "</table>";

 

 

[attachment deleted by admin]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.