Sir Sweet alert message show wrong page....e.g when i delete record. Record deleted but no message show when i click edit button alert show record deleted...how to solve it..
Thanks Sharma, great tutorial very well explained and easy to follow. How would you unset the session after say 10 seconds rather than when the page is refreshed?
meu deusssssss!!!!!!! eu TE AMO!!!!! você salvou minha vida lol
Super easy to follow, I'm sure it'll do the trick. Thanks 👍
Good job Sharma, useful and pretty well expleined. Thank you so much!
Thank you for your kind words.
very very good
love u its working keep going
Thank you..
Thank you so much Sharma
what about the form action what did you write in it?
very tankis, helpi mi a loti :) ass gabizika
great thanks for tutorial
Very good bro
Thank you
GRACIAS TE AMO
Thank you sir 🥰
You're welcome 😊
Sir ..in register page there is some error in php curly brace...how to solve it?
how about showing the error message with alert-warning is it possible to use if else statements for success and error session message
Yea.. you can use if else and display the message according to the condition..
@@SharmaCoder thanks
@@SharmaCoder where should I use if/else to show the error message?
Thank you so muchhh❤
Your welcome.
Only work in mvc model ?
Can work in internal php ?
It works in core php as well as with MVC model.
thank you
You're welcome!!
i tried adding the bootsrap css and js cdn link and the alert worked but the styling of my page got messed up. what could be the problem?
You might have misplaced the div alignment.. just check all the divs have closing divs aligned properly.
it's not working in my code, do I need to include any plugin/extension to run the bootstrap???
Yes.. Just add the bootstrap css and js cdn link available on getbootstrap.com
Can you please provide me the link to download those???
@@souravchowdhury9491 you can copy the cdn for css and js from here :
getbootstrap.com/docs/5.0/getting-started/introduction/
@@SharmaCoder thanks 😊
thank you.. do subscribe and keep supporting.
Thank you.
Sir Sweet alert message show wrong page....e.g when i delete record. Record deleted but no message show when i click edit button alert show record deleted...how to solve it..
This was awesome
Thanks
Thank you so much !
You're welcome..
Thanks Sharma, great tutorial very well explained and easy to follow. How would you unset the session after say 10 seconds rather than when the page is refreshed?
You mean you want the message to disappear on it's own after 10 seconds??
@@SharmaCoder Yes that's correct if it is possible or should I use jQuery?
You can go ahead with alertify js. You can easily customise the position it should appear, no of seconds it shud wait and disappear on it's own..
thanks!
thanks
Thank you..
What's included in header.php?
Just the HTML structure till the open body tag. (Given below)
Sharma Coder
It says I have an undefined array key.
Just check if you have given the same session name while setting the session and fetching it.
it isn't working
Did you give session_start() on top of the page?