From jquery, I send to validate a user via Ajax, validation that is in a PHP. If the validation is Ok, the PHP puts the user in a session variable:
<?php
$_SESSION['nombre']=$usuario;
Then, I print said variable in the html:
<div>...
asked on
22.11.2016 / 03:13