Posts by Denali • 1 point
2 posts
-
0
votes1
answer48
viewsQ: Session does not work between functions
public function index(){ session_start(); $_SESSION['user_id'] = 2; // Na minha página é impressa o valor "2" echo $_SESSION['user_id']."<br/>";…
-
0
votes1
answer131
viewsQ: Problems creating a reusable modal
HTML //I take what’s inside the class observacoes and play for a textarea within the modal <td> <div class="observacoes">teste</div> <button class="btn btn-default…