Posts by Misael Barbosa • 11 points
2 posts
-
1
votes0
answers22
viewsQ: How to make a session message appear only when trying to register?
<?php session_start(); $pdo = new PDO('mysql:host=localhost;dbname=login','root',''); $email = $_POST['email']; $senha = $_POST['senha']; $insert = $pdo->prepare('insert…
-
0
votes0
answers20
viewsQ: Problem with accentuation in PHP
I’ve done everything, I’ve changed server program, I’ve put charset tags in html and php, but nothing solves problem, always appears this symbol simple code index php.…
phpasked Misael Barbosa 11