В базе данных mysql нет никаких данных, но мой PHP-скрипт не имеет ошибки
<?php $yourFname = $_POST['firstname']; $yourLname = $_POST['lastname']; $yourAge = $_POST['age']; $yourHeight= $_POST['height']; $yourWeight= $_POST['weight']; $yourEmail= $_POST['email']; $yourCPnumber= $_POST['cpnumber']; $yourPassword= $_POST['password']; $conn = new mysqli('localh...