Posts by Isaias Santos • 1 point
1 post
-
-2
votes0
answers31
viewsQ: Variable undefined, how can I solve?
I have the following code: <?php $perfilUser = $pdo->prepare("SELECT * FROM `perfil_user`"); $perfilUser->execute(); $perfilUser = $perfilUser->fetchAll();…