+ 2

What's wrong with my code ??

This shows me an error . I don't know why? https://code.sololearn.com/w94Z786bE3QM/?ref=app

28th Mar 2021, 6:38 AM
K.S.S. Karunarathne
K.S.S. Karunarathne - avatar
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 :)
28th Mar 2021, 7:15 AM
Tzion
Tzion - avatar