Can anyone give me a link to a site that has verification code in the registration page for Osaflyff DB (A site to use on xampp, wamp etc.)
Can anyone give me a link to a site that has verification code in the registration page for Osaflyff DB (A site to use on xampp, wamp etc.)
Lmao
1:No site in this forum have a verification code..
2:Make one,maybe?
3: Maybe is a web in another section with verifcation code?
Here is:
PHP Code:<?
session_start();
$text = rand(100000,999999);
$_SESSION["vercode"] = $text;
$height = 25;
$width = 65;
$image_p = imagecreate($width, $height);
$black = imagecolorallocate($image_p, 255, 255, 255);
$white = imagecolorallocate($image_p, 0, 0, 0);
$font_size = 14;
imagestring($image_p, $font_size, 5, 5, $text, $white);
imagejpeg($image_p, null, 80);
?>
Hmm Thanks i really appreciate your work^^
By the way, it might be helpful if someone did a webpage that includes all of these things (Important things)