vendredi 20 avril 2018

PHP unknown error verify regististration [duplicate]

This question already has an answer here:

I don't know whats wrong, but I'm not a PHP expert. Can anyone help me?

My PHP code:

session_start()
$verify = $_SESSION["verify"];
include '../register.php';
$user = strtolower($_POST["name"]);
$rdm = rand(1000,9999);
$verifylink = "https://darkcrafting.net/verify/";

I'm including this to another site but this doesn't work.

Aucun commentaire:

Enregistrer un commentaire