Hello everybody,

This is my first post on this forum and I wish to share with you my problem, hoping that someone has gone through the same problem as I have.

My form looks like this:

Form html code:

Code:
<form method="post" action="process.php">
<input type="text" name="fullname"/>
<textarea name="message"></textarea>
...