this is the code ia m trying to make work but apparently this is not a viable lining of code:
$sql = "INSERT INTO users (name, pass)
VALUES ('$_GET['user'], '$_GET['pword']')";
error i get:
errorError: INSERT INTO users (name, pass) VALUES ('test', '123')
Unknown column 'pass' in 'field list'