How to Use Sweetalert2 with database MySQL + PHP Usage

preview_player
Показать описание
Hello guys, Welcome to Blessing Software Channel. In this video i'll share to you how to use sweetalert2 with database and php usage.

If you have any question, leave it in the comment below.

Don't forget to like & subscribe to Blessing Software channel.

#php
#mysql
#sweetalert2
Рекомендации по теме
Комментарии
Автор

Nice, simple and straight forward example thank you.

continental_drift
Автор

It was what I was looking for so much, thank you very much, it was very helpful.

estebanmartinez
Автор

Thank you so much from the heart for the tutorial! I was really desperate because I was too stupid to do it. Like and subscription!

fabian
Автор

Very nice and simple tutorial, but how to avoid getting the flashdata everytime the browser reload?

johnlyodmiranda
Автор

The modal doesn't even popup within the foreach loop. If outside of loop, somehow it can open. IDK what's wrong with my code anymore.

HeroVax
Автор

I only want a submit button to confirm the text they read. After that I want it to send "confirmed" to the "submit" column in the database. How would I do this?

johhnycash
Автор

Hi!. I have a problem with trying to delete the information, since nothing happens, even so I have the code fine, and while I look in the console in case there is something wrong and in the JS code "document.location.href = href;" It shows me as if it were an error, but the rest of the tutorial is excellent.

gojanstivenholguinrincon
Автор

If user click on OK I want to do so me ajax request and print the result on another swal.. can u make tutorial on that or tell me how can we achieve this...
Thanks in advance 👍

WonderKidzStoryLearn
Автор

can we retrive data from database and represent it on the swal alert

senkumokshith
Автор

Awesome man thanks!!!!... files for download??

RegiltonBezerra
Автор

para hacer un insert con alerta como se hace?

raulortegagonzales
Автор

How would it be that to update that message does not appear, if not when it is deleted

dreamweavercs
Автор

how it's work with a <form> and <button>??? thanks

Rubenbeo
Автор

gracias maestro! felicitaciones, para insertar y actualizar registros como puedo hacer??? porfavor

raulortegagonzales
Автор

This is bad. if I refresh after deleting data, the flashdata still appear.

hudanradifan
Автор

how would an update be done with swalert

raulortegagonzales
Автор

Ka, aku udah ikutin step nya, kok ngga jadi ya?
Boleh minta tolong ngga :(

metime_me
Автор

TODO FUNCIONA BIEN, PERO HAY ALGO, SI REFRESCA LA PAGINA CUANDO YA ELIMINASTE TE SIGUE APARECIENDO LA SEGUNDA ALERTA, COMO HACER QUE DIRECCIONE AUTOMATICAMENTE AL INDEX Y YA NO REFRESQUE.

jussaviff
Автор

folowed your steps i can't get browser to fire swal.fire when i press buton nothing happens. <!DOCTYPE html>
<html>
<title>Sweetalert2</title>
<head>
</head>
<body>

<button id="btn">click me</button>
<script
<script
<script>
$('#btn').on('click', function(){

Swal.Fire({
type: 'success',
title:'your title',
text: 'your text'
})
})
</script>
</body>

</html>

iivansi
Автор

can anyone teach me how to use sweetalert in php file using echo

misschoa