Posts by Otávio • 26 points
2 posts
-
0
votes1
answer13
viewsA: Problem with dropdown button on Bootstrap
Try it like this: <!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link…
twitter-bootstrapanswered Otávio 26 -
0
votes1
answer92
viewsQ: How do I use Ajax to send form data in JSON format to REST API in PHP?
I need to send data from a form in JSON format to insert into the database through an API made with PHP. I researched a little and saw that it is possible to solve with Ajax but I am not getting.…