From e327051f0f001fc16feedf7deb4060a9a2f2d86d Mon Sep 17 00:00:00 2001 From: hitesh071 Date: Tue, 31 Oct 2017 22:25:26 +0530 Subject: [PATCH] sdgsdgsg --- create_database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_database.php b/create_database.php index 2b7a354..5575231 100644 --- a/create_database.php +++ b/create_database.php @@ -9,7 +9,7 @@ { echo "Database Created Successfully !!
"; mysqli_select_db($conn, "User_Database"); - $sql="create table login_data( id int auto_increment primary key, usrname varchar(50) not null, pass varchar(50) not null)"; + $sql="create table login_data( id int auto_increment primary key, usrname varchar(50) not null, pass varchar(50) not null)"; if(mysqli_query($conn, $sql)) echo "Table login_data Created Successfully !!
"; $sql="create table user_data(id int auto_increment primary key, name varchar(50) not null,phone bigint(10) not null )"; @@ -21,4 +21,4 @@ } mysqli_close($conn); -?> \ No newline at end of file +?>