include $DOCUMENT_ROOT."/set.inc"; include "cdbcon.inc"; $sql=mysql_query("select * from c_info where c_no='$c_no'"); $c=mysql_fetch_array($sql); $csql=mysql_query("select * from color where num='$c[c_color]'"); $clr=mysql_fetch_array($csql); ?>