Link to home
Start Free TrialLog in
Avatar of imagekrazy
imagekrazy

asked on

Captcha scritpt in my html form

Hi,
I downloaded a email form with captcha  and i uploaded to my server to test it, but i am getting the php script in the  fields, I am attaching my file, but this is what the snapshot looks like when i uploaded it to the server
User generated image
I would like to know how to fix this email form with the cpatcha
test1.html
SOLUTION
Avatar of nap0leon
nap0leon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of imagekrazy
imagekrazy

ASKER

Thank you for that advice, I tested it ,but now i have an error message, this is what  it  is saying;
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/c/i/r/circleimage/html/myvebsite/NewFrntPageJun2013/test1.php:19) in /home/content/c/i/r/circleimage/html/myvebsite/NewFrntPageJun2013/test1.php on line 83
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Wow, thanks ,I also stated "ob_start();" before the session start, and moved the code up  to the top of the page and changed the file name to php and bingo, It works!!
thank you very much!