It’s line 5:
if (!userGet($username,$conn){
Should have 2 closing brackets
if (!userGet($username,$conn)){
solved bracket is lost in PHP code [closed]
It’s line 5:
if (!userGet($username,$conn){
Should have 2 closing brackets
if (!userGet($username,$conn)){
solved bracket is lost in PHP code [closed]