Posts by Alan • 16 points
1 post
-
0
votes1
answer215
viewsA: How to use materialize features in php with javascript
You can do this with session variables. File with its function: <?php ... // Inicia a sessão session_start(); // Define a variável de sessão com o título do alerta $_SESSION['toast']['title'] =…