Been following this tutorial:
http://technologytuto.com/862/build-a-contact-form-in-php-with-spam-protection-captcha-from-scratch/#comment-1858
Everything works fine except the captcha which shows only the black blank png but no numbers to copy and verify.
I have created a contact.php with my html and form in it.
Then created the captcha.php as directed.
The contact_us.php as directed except made mine separate php file in same directory as contact.php.
The corresponding styling.
The captcha is blank and if you leave verify input blank msg will be sent so useless with or without it.