Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 20, 2017 21:56
Show Gist options
  • Save ozelfatih/1e8b306d06ff6f2781a3a8d090c3d9f9 to your computer and use it in GitHub Desktop.
Save ozelfatih/1e8b306d06ff6f2781a3a8d090c3d9f9 to your computer and use it in GitHub Desktop.
<?php
session_start();
$sifreli = crypt(rand(0, 9999));
$dogrulamaKodu = strtoupper(substr($sifreli, 5, 6));
$_SESSION["dogrulamaKodu"] = $dogrulamaKodu;
$en = 70;
$boy = 25;
$image = ImageCreate($en, $boy);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment