this is what i had i put -- instead of the actually info
<?
$conn=mysql_connect(--,--,--);
$sql_db=mysql_select_db(--,$conn);
$sql="SELECT --";
$sql_result=mysql_db_query($sql_db,$sql_quer);
$sql_array=mysql_fetch_array($sql_result);
$colum1=$sql_array['--'];
?>
<table><tr><td><? echo $col1; ?></td></tr>
is it because the variable $sql_query was not defined?