include("config.php"); include("../dbconnector.php"); ?>
if (isset($SeitenName) && $SeitenName == "Produktdetail") { ########################## #Infos für den MetaTag Title $sql = "SELECT * FROM tshopprodukte WHERE ID='$ID'"; $result = mysql_query($sql) OR die(mysql_error()); while($row = mysql_fetch_assoc($result)) { $ID=$row['ID']; $Artikelnummer=$row['Artikelnummer']; $Name=$row['Name']; $Beschreibung=$row['Beschreibung']; #HTML raus #$Beschreibung=strip_tags($Beschreibung); $PreisNettoVK=$row['PreisNettoVK']; $PreisEVP=$row['EVP']; $PreisBrutto=$PreisNettoVK*$Steuersatz; $PreisBrutto=round($PreisBrutto, 2); echo "| Access denied for user 'apache'@'localhost' (using password: NO) |