Strange error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
veqtor
Forum Newbie
Posts: 1
Joined: Thu Jun 11, 2009 10:48 am

Strange error

Post by veqtor »

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
User avatar
mikemike
Forum Contributor
Posts: 355
Joined: Sun May 24, 2009 5:37 pm
Location: Chester, UK

Re: Strange error

Post by mikemike »

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.
Post Reply