Posts by Yago Tomaz • 28 points
5 posts
-
0
votes1
answer119
viewsA: Sweetalert with load - check if it was executed (php - jquery - ajax - sweetalert)
(RESOLVED) I don’t know if it’s the right way, but so far it’s working for me. Obs: If it is a better way to develop just leave your answers. thanks! Code js: swal('Gerando arquivo XLS');…
-
0
votes1
answer119
viewsQ: Sweetalert with load - check if it was executed (php - jquery - ajax - sweetalert)
I want that after loading the PHP file reportas_excel.php close the swal, until this part is working. The Problem is that when you finish loading it does not generate the file…
-
-2
votes2
answers50
viewsQ: Date problem: 1919/1010/20181818 03:15:16 PM
It’s all right but when it comes time to display or save the date in the bank, it’s getting so 1919/1010/20181818 03:15:16 PM... I don’t know what problem, or if I made a mistake somewhere. Does…
-
0
votes2
answers36
viewsA: Polular select component in html page with data coming from table
Yes it is possible, you will have to deal with AJAX, when the input field is filled with 'AREA 05', A query will be made via AJAX in the bank with the reference at 'logins', the results will be…
-
1
votes2
answers454
viewsA: How do I pass an id through the url using Codeigniter?
Depending on what solution you want, you can deal directly with the URL itself. You have to bring the id by query and add in your reference. Ex: <a href="<?= base_url('menu/produto')…