Obvious errors:
to begin with, but I'm still not sure it'll do what you want. Testing for a minimal length of at least one non-whitespace character, for example using /\S/, seems like a proper sanity check to me. Oh, on that same line, you use the variable $query_message while further up, you're using $query_msg. See, that's one thing strict is good at, flagging which variables you used.if (defined($query_name) && defined($query_email) && defined($query_me +ssage)) {
In reply to Re: Guestbook Problem - 500 Error [ISE]
by bart
in thread Guestbook Problem - 500 Error [ISE]
by MystikGotan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |