ADD A REVIEW"; if (!isset($type)){ ?>
What kind of review do you want to write?

Write a review for []

Your name:
Your email:


Artist/Band:


Album Title:



If you have a cover pic for this album, put it there:




Where/when/why did you bought this disc?


Write a general overview of this album here:


Manufacturer:


Model:



If you have a pic for this item, put it there:




Where/when/why did you bought this item and what does it cost you?


Describe here the technical characteristics of this item:


Strong points?


Weak points?


To put in a nutshell, what is your opinion about it?


Rank this item:

", ">", $author)); $mail = str_replace("<", "<", str_replace(">", ">", $mail)); $manufacturer = str_replace("<", "<", str_replace(">", ">", $manufacturer)); $model = str_replace("<", "<", str_replace(">", ">", $model)); $intro = str_replace("<", "<", str_replace(">", ">", $intro)); $technical = str_replace("<", "<", str_replace(">", ">", $technical)); $strong = str_replace("<", "<", str_replace(">", ">", $strong)); $weak = str_replace("<", "<", str_replace(">", ">", $weak)); $opinion = str_replace("<", "<", str_replace(">", ">", $opinion)); $q = "INSERT INTO reviews VALUES ('', ".time().", '$author', '$mail', '$type', '".addslashes($manufacturer)."', '".addslashes($model)."', '".addslashes($intro)."', '".addslashes($technical)."', '".addslashes($strong)."', '".addslashes($weak)."', '".addslashes($opinion)."', $rank, 0)"; if (mysql_query($q)){ $id = mysql_insert_id(); if ($image != "none"){ $ext = substr($image_name, -3); @copy($image, "images/reviews/".$id.".".$ext); } print "Thank you for submitting this review, $author!
See your review"; @mail("fabz@e-tabs.org", "[E-TABS] Review: ".addslashes($manufacturer)." - ".addslashes($model)." [$type]", "http://www.e-tabs.org/reviews.php?item=$id", "From: e-tabs@e-tabs.org\r\nX-Reply: e-tabs@e-tabs.org"); }else{ print "Sorry, an error occurs with your submission."; } } include ("include/footer.inc.php"); ?>