Any php/sql gurus on board?
Code:
$query = "select filename from gallery where user_id=2 and djp_id > 0 ";
$result = mysql_query($query) or die("Unable to process mysql statement. See below for details.
".mysql_error());
if ($row=mysql_fetch_array($result)) {
echo $row ["filename"] . "
";
}
else {
echo "No pics set from profile" . "
";
}
Yet the php part on my website only displays one result and I cant figure out why :-?
any help?
Thread
Thread Starter
Forum
Replies
Last Post
DixieTheKid
Ford Sierra/Sapphire/RS500 Cosworth
11
Jun 6, 2020 11:20 AM
Escortdriver1
Ford RS Cosworth Parts for Sale
1
Aug 19, 2015 09:02 PM



