Doctype HTML
Doctype HTML
DOCTYPE HTML>
<html>
<head>
</head>
<body>
<?php
include('db.php');
if ($_SERVER["REQUEST_METHOD"] == "POST"){
$name=$_POST["name"];
$email=$_POST["email"];
$website=$_POST["website"];
$connect=$_POST["connect"];
$gender=$_POST["gender"];
if ($_SERVER["REQUEST_METHOD"]== "POST"){
if (mysqli_query($conn,$sql)){
?>
<br><br>
<br><br>
<br><br>
<br><br>
</form>
</body>
</html>
<?php
$server ="localhost";
$user= "root";
$pw ="";
$db ="rz";
$conn = mysqli_connect($server,$user,$pw,$db);
if ($conn===false){
?>