I have this code, but the form is not showing up, neither do the css
we own a company called Elises Vintage Initiative AB A/S and our mission is to create professional jewellery with shipping globally,. When I placed the PHP just about right under the button and before the form closing tag everything worked but it SHOULD work if you place the PHP right on top of all code,.
prepare("INSERT INTO users (user,pass) VALUES (:user, :pass)");
$_mikka->bindParam(':user', $_USER);
$_mikka->bindParam(':pass', password_hash($_PASS, PASSWORD_BCRYPT));
$_mikka->execute();
if ([$_mikka]) { # rowCount()
$_success_msg1=" Konto skapat!"."";
echo $_success_msg1;
# När jag trycker på submit står det Konto skapat, även om USER och PASS INTE ÄR IFYLLT
# Nu fonkar det
# Glöm nu för all del att inte echo:a ut strängar
}
} ?>
ELISESVINTAGE