Click here to Skip to main content
15,899,126 members

Comments by Saleh Mohammad Aria (Top 4 by date)

Saleh Mohammad Aria 16-Aug-19 9:48am View    
Yes it exists, even i can echo the username entered by user, but i still have the error of undefined variable for $username and the rest of the fields.

if(isset($_POST["create"])){
$username = $_POST['username'];
$email = $_POST['email'];
$password = $_POST['password'];

}
Saleh Mohammad Aria 16-Aug-19 7:44am View    
I can insert data to database, but by only loading this page first time, i see this error. Otherwise if i enter the data into fields it will work fine.

I am worried about this error and couldnt find the reason
Saleh Mohammad Aria 9-Aug-19 15:39pm View    
Thank you, it helped me a lot!
Saleh Mohammad Aria 9-Aug-19 15:39pm View    
Thanks a lot!