I'll have to note that this page is included from the index page.Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at E:\Sites\site.com\demo\index.php:9) in E:\Sites\site.com\demo\contact.php on line 2
Help implementing captcha in a form
Moderator: General Moderators
Help implementing captcha in a form
I'm trying to implement captcha verification in my form, I downloaded the script from http://www.white-hat-web-design.co.uk/a ... aptcha.php but when I place it at the start of my page it shows:
- vargadanis
- Forum Contributor
- Posts: 158
- Joined: Sun Jun 01, 2008 3:48 am
- Contact:
Re: Help implementing captcha in a form
The problem is not with captcha. U need to put the
in the 1st or 2nd line of you code. It must be before the <head></head> part of the HTML otherwise you will get this Warning message.
Code: Select all
session_start();Re: Help implementing captcha in a form
Ah I see, thanks.
- vargadanis
- Forum Contributor
- Posts: 158
- Joined: Sun Jun 01, 2008 3:48 am
- Contact: