Hello, I'm new to PHP so this is probably a very stupid question and I'm not sure if I'm posting in the right place but I can't find info on this anywhere.
I've got an HTML form passing info to a file called 'names.php'. Both the HTML and PHP files were copied from a working form and I just wanted to simplify it and change the fields.
When I click the 'send' button to send info to the PHP file I get this error:
"names.php
need to be checked 2... (/)"
I though it ment there was an error on line 2 but there is nothing there.
Any ideas.
Thanks
Isobel
Strange error
Moderator: General Moderators
Re: Strange error
I doubt that's an error generated by PHP. Can you show us the code you're using and perhaps a link to the form. It may be that PHP isn't working properly on your server so the PHP is actually getting printed to your browser, which can cause some strange effects.