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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.