Posts by Jhonatan Mendes • 3 points
2 posts
-
0
votes1
answer23
viewsA: Pick up value by selecting from a combobox and send to a php capo
Another alternative is <td> <div class="col-md-12"> <div class="form-group @if ($errors->has('55')) has- error @endif"> <form action={{ suarota() }}> <input type="text"…
-
-1
votes1
answer50
viewsQ: How to check if a session exists
How do I check if a session exists and if it exists, redirect to a specific page? I tried it this way, but it’s not working. <?php if(isset($_SESSION)){ header('Location: painel.php'); exit(); }…
phpasked Jhonatan Mendes 3