PHP for Art

PHP August 8th, 2008

I think you know that PHP have GD Library extension to image manipulation. Yeah.. Usually it’s used to captcha application or anti spam. Like in my previous post. Today I’m Googling and found GD Library tutorial with examples (just visit http://phpgd.com). Amazing there are some example to making art with GD Library. Lookout this pictures bellow:

Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Captcha [Part1]

PHP July 14th, 2008

Do you know Captcha? Hmm.. I think captcha is used to anti spam. Usually, if you want to submit a form, you must read combination codes and write it on text area. If match, the form will submitted and vice versa. It is used to detect you are machine or not.. hah so funny right? but it’s true :p

Hehe.. no more talking, I’ll show you how to create captcha with PHP.. hah PHP again? yup, for captha I used GD Library for rendering image under PHP, so make sure you have installed this extension. To get captcha with PHP you need to create at least 3 PHP file. This is without database. I use session.

Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

Blogroll Link Update