I'm looking for some PHP code, that will display my table results in random areas (chosen by me) in a page. For instance, I have my user enter a URL of their picture and hit post. When they check they're page, they see their picture. (I already know how to do this), but what I'm having trouble with...is like getting their name to display on the page, and their favorite foods, etc. Here's what I have so far:
$result = mysql_query("SELECT id, url FROM contact WHERE id = '$idno'");
$imgres = mysql_fetch_row($result);
?>