Posts by msilveira95 • 9 points
3 posts
-
-1
votes1
answer351
viewsQ: Pause running using Sweetalert (swal, Javascript)
Hello, Basically I have a while in Javascript running, depending on the result it presents me an informative message, I want to display this informative message and continue the execution after the…
-
0
votes2
answers50
viewsA: Problem in including data through a form using PHP and Mysql
This is Emerson, all right? I took a quick look at your code and noticed that when creating your SQL, you do not inform the last field as variable, you put "vendor" instead of "$vendor". Another…
-
0
votes1
answer157
viewsQ: Search data using PHP and AJAX with jQuery
Hello, I have an HTML page with a form, the form has 4 fields, on this page I want to fill the fields (randomly) and search the data according to what I filled. For this I am using AJAX with jQuery,…