I want it do display the $body for sure, but if there is a value for the $face, $hat, ect I want it to show that too. I am using this code to do this:
<?php
require("connect.php");
$constant = $_GET['c'];
$row = mysql_query("SELECT * FROM clothes WHERE...