My php process file is 
<?php
if (isset($_POST['submit'])) {
    $userName = $_POST["username"];
    $fullName = $_POST["fullname"];
    $email = $_POST["email"];
    $password = $_POST["password"];
    $con = mysql_connect("localhost", "root", "");
    if (!$con) {
        die('could not...