Please enter your comments about the site in the box below and hit the submit button.

Important- If you have a technical or other Stag related query, please post it to the Forum by clicking here do not use this comments section

Name ---      eMail ---

Comment

Removing the tick from the box will prevent this comment showing in the list below (but I will still be notified)

Create("triumphstag_db"); $sql1 = new MySQL_class; $sql1->Create("triumphstag_db"); echo ""; $sql->Query("Select name,comment,date from stagdata_site_comments where visible = '1' order by id desc"); for ($i = 0; $i < $sql->rows; $i++) { $sql->Fetch($i); $name=$sql->data[0]; $comment = $sql->data[1]; $date = $sql->data[2]; $date1 = (date ("d F Y ",$date)); if (1==$rowcolour){ $bgcolour="bgcolor='#FFFFFF' bordercolor='#FFFFFF'"; $rowcolour=0; } else { $bgcolour="bgcolor='#f4f4f4' bordercolor='$defaultbgcolour'"; $rowcolour=1; } echo ""; echo " "; } echo "
$name : $date1 : $comment 
"; ?>