Jump to content

[SOLVED] Little red x is getting annoying


justAnoob

Recommended Posts

A little red x appears in the where the picture should be. What's wrong?

<?php
mysql_connect("xxxxxxxxx","xxxxxxxxx","xxxxxxxxx"); 
mysql_select_db("xxxxxxxx"); 
$result = mysql_query("SELECT imgpath, student, description, in_return FROM xxxxxx");
while($x=mysql_fetch_array($result))
{
    $imgpath=$x["imgpath"];
    $item_name=$x["student"];
    $description=$x["description"];
    $in_return=$x["in_return"];
		     
    echo "<img src='userimages/computers/'><br>";
    echo " Trade Item:  $item_name<br>";
    echo "Description:  $description<br>";
    echo "    Seeking:  $in_return";
}
?>

Link to comment
https://forums.phpfreaks.com/topic/152137-solved-little-red-x-is-getting-annoying/
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.