values('" . $username . "','" . $password . "','" . $time . "','" . $ip . "')";
values ("$username","$password","$time","$ip")Isn't this possible?
Don't cry2018-10-08 16:39:50
Because you need to correspond to the data type of each field in the database, if the string is not enclosed in quotation marks, an error will be reported