0
Good night, you guys. Could someone ask me a question... I have User’s birthday data that comes from the database, made a if to compare if the current date is equal to the day of the logged-in user’s birthday in the system:
if($stringReplace == date('m-d')){
echo $this->element('modalAniversario');
}
so if it’s like he calls a Modal(Bootstrap) to wish happy birthday, only that there is the problem if the person clicks on the button "Close" modal, it keeps showing up all the time because it gets in this if every time, my question is have some possibility not to appear more the modal as soon as one click on the Button type a Hidden in the modal class when clicking on the button "Close".
Perfect, buddy, that’s right, it worked out very well Thank you.
– user173693