Jump to content

[SOLVED] Only showing one result


Tainted Kitten

Recommended Posts

<?php

$query  = "SELECT * FROM registereddogs WHERE `Sire` LIKE '%" . $x_ID . "%'";

$result=mysql_query($query);

$row=mysql_fetch_array($result);

 

echo $row['Name'];

?>

 

This is only bringing up one result for me, and there's more records in the table which need to be displayed. It is showing the right record, just one of them rather than multiple. It could possibly be a result of the other SQL queries on this page, but from what I've posted here, is there a problem? I can post the full page if need be...It just gets a little complicated.

 

Thanks, and hope this makes sense.

Link to comment
https://forums.phpfreaks.com/topic/113473-solved-only-showing-one-result/
Share on other sites

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.