Thanks, that did the job!
Now another question? In my Contact Us page, the $CompanyName value is read
from the Contact db. eg "My New Company".
In the form that sends the string to a sendmail confirm page, the value is
passed as:
< input type="hidden" name="coname" <? echo "value=$CompanyName>" ; ?>
When the email arrives, it has only the first part of the string, ie:
$coname= My
Can you explain why this happens and how to get around this? The field type
is set as Char(30) in MySQL db.
As you can tell, I am new to PHP. Thanks ..... Mikm