+ 2
What's wrong with my code ??
This shows me an error . I don't know why? https://code.sololearn.com/w94Z786bE3QM/?ref=app
1 Answer
+ 1
Based on what i know, i think you don't specify the page for name.php. Usually, these forms send to another php page to process further.
In your form you mention action='name.php'. That's mean it will send the form to name.php but you don't have name.php in this case, hence error occurs.
Correct me if i had anything wrong. Not an expert :)