set cooke in php in login user
Advertisements I made a site with PHP that the user enters I wanted to do something with cookies in PHP so that when the user enters another header is displayed <?php include "database/pdo_connection.php"; $error=""; $errorFild=""; if( isset($_POST[‘phone’]) && $_POST[‘phone’] !== ” && isset($_POST[‘password’]) && $_POST[‘password’] !== ” ) { if(isset($_POST[‘sub’])){ $phone=$_POST[‘phone’]; $password=$_POST[‘password’]; $smt=$conn->prepare("SELECT `password` FROM… Read More set cooke in php in login user