2

Guys i've created a form in a modal which when i submit, instead of sending the data to php file and store it in the DB, it gives bad gateway, how can i fix this?i want it to stay on the same page.should i use ajax?

Comments
  • 0
    I’d say yeah probably Ajax and then do what needs to be with response in the modal or whatever. But probably want to sniff your request with a tool like fiddler to get over the bad gateway
  • 1
    @oneinazillion13 yes, im using bootstrap
  • 1
    @allthingsinmod i havent use that fiddler, google might help me
  • 1
    @oneinazillion13 thanks alot
Add Comment