Posts by H Oliveira • 1 point
1 post
-
0
votes0
answers46
viewsQ: How can I create multiple $_SESSION in one function?
To be clear, I am developing a simple PHP and SQL application, which has been breaking my head in the last few days... <?php session_start(); include 'header.php'; include 'db.php'; $pesquisa =…