Generate Captcha in PHP

preview_player
Показать описание
Request a Video Tutorial here:

Source Code:

Learn about Composer:

Learn about Virtual Hosts:

Brought to you by
Рекомендации по теме
Комментарии
Автор

excuse me!! i dont know why it doesnt show image in captcha.php ?

phatphamthanh
Автор

hi..why the image doesn't show..?

cherylangelica
Автор

this is great, just like your other videos. thank you. keep up the good work!

thesmuuuuggh
Автор

For those who can't get the text to show on the image. Change line 30 in captcha.php to "$font= "./font.ttf"; (notice the ./ infront of the file name)

dallanjones
Автор

showing error in line 16 "call to undefined function image create"??

sagarmehta
Автор

image is not create it is showing error

saravananas
Автор

Hi good tutorial but i have an error your captcha is bad i don’t show the captcha

jetfilou
Автор

There's problem with Carving text into the image;
I changed 2 lines of code to;
$text_color = imagecolorallocate($image, 255, 255, 255);
imagestring($image, 25, 225, 130, $captcha, $text_color);
And it worked for me.
Cheers.

janiszarins