Hello,
I have no idea why this is happening.
I have the following statement:
<input type="hidden" name="agency_name" value=<?php print($agency_name);?>>
$agency_name has a value of: "Century 21 Limited" in the current page.
When I pass it to the next page usning a POST, I receive the following: "Century".
It is truncating the text at the first space.
I have the field defined as VARCHAR with value of 50.
Any thoughts?
Thanks very much,
Gary