If you want more of my pastes visit: https://randompaste.000webhostapp.com/index.html -------------------------------------------------------------------------------------- WELCOME connect_error) { die("Connection failed: " . $conn->connect_error); } $result = $conn->query($ManufacturerSQL); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { echo "

Welcome to " . $row["ManufacturerName"]. "

"; } } else { echo "

Welcome


"; } // Get Product Info $result = $conn->query($ProductSQL); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { echo "

" . trim($row["ProductDescription"], " ") . "

"; } } else { echo "0 results"; } $conn->close(); ?>

Want more information? Click on the Unicorn to find out how to have your own Unicorn Dreams! Unicorn Dreams JPG