Medical EquipmentSite
  • HOME
  • ABOUT US
  • CONTACT US
  • CATEGORY
      open(); try{ $stmt = $conn->prepare("SELECT * FROM category"); $stmt->execute(); foreach($stmt as $row){ echo "
    • ".$row['name']."
    • "; } } catch(PDOException $e){ echo "There is some problem in connection: " . $e->getMessage(); } $pdo->close(); ?>
    • You have item(s) in cart
    • Go to Cart
  • User Image '.$user['firstname'].' '.$user['lastname'].'
    • User Image

      '.$user['firstname'].' '.$user['lastname'].' Member since '.date('M. Y', strtotime($user['created_on'])).'

    • Profile
      Sign out
    '; } else{ echo "
  • LOGIN
  • SIGNUP
  • "; } ?>