airlinereservation.rf.gd
(please specify the URL of the site on which you are experiencing the problem)
i am getting 404 error after the second page
(please share the FULL error message you see, if applicable)
HI commnity. even though the data i am entering is going to teh database i am getting a 404 error. please can someone check and tell me? you can talk to me on PII REMOVED BY MOD if u want my code or something
(other information and details relevant to your question)
Wait, I’m going to submit the form with test data. If you notice something that goes by the lines of test and email [email protected] on your email that’s me. I’ll tell you the outcome when I submit it (though accessing the page the form POSTs to works).
UPDATE: Submitting the first form works and brings me to seats.html. Is that what you wanted the form to redirect to?
UPDATE 2: Submitting the second form though gives me a 404. Wait, I’m gonna check what the form is pointing to.
UPDATE 3: booking_details.php is the file that throws a 404. Make sure you upload it correctly in your htdocs folder, or check its file size as if it’s greater than 1 MB it’ll be deleted.
Seems like the request details aren’t getting sent through and that file is throwing an empty page though it isn’t a HTTP ERROR 500… Try to check that PHP file to see if something is wrong.