|
Posted by Rincewind on 10/10/61 11:27
On Sat, 24 Sep 2005 05:47:36 -0400, Andy wrote:
> OK.But I am not programmer and do not know how to fix my script. Could you
> check it and find what is wrong ?
> Thank You.
If you read the script comments about configuring the script you will see:
<Quote>CONFIGURE THIS SCRIPT
To configure this script you will need to:
Modify the variables in the block - $to through $fieldten so they map to
your preferred form field names.</Quote>
you haven't done this, so $to = $to; becomes $to = $_POST['to']; as I
presume your using POST to obtain data for this form, change all the fields
in the "Set up the scripts variables" section and you should lose all those
errors.
Navigation:
[Reply to this message]
|