PHP Warning: mysqli_error() expects exactly 1 parameter, 0 given on line 31
$insert = mysqli_query ($conn," insert into user set user_name = '".$_POST['uname']."' ,
age = '".$age."' ,
page = '".$page."' ,
user_password = '".$password."' ,
user_birthdate = '".$user_birthdate."' ,
puser_birthdate = '".$puser_birthdate."' ,
user_gender = '".$_POST['gender']."' ,
user_country = '".$_POST['country']."' ,
user_ethnicity = '".$_POST['ethnicity']."' ,
puser_ethnicity = '".$_POST['pethnicity']."' ,
user_email = '".$_POST['email1']."' ,
reg_date = '$today' ,
**status ='1' " ) or die (mysqli_connect_error());**
if anyone can see whats going off on this be much appreciated ty