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 "