On Wed, 23 May 2001 15:03, Thomas O'Neill wrote:
> Can anyone help?
>
> Here is my problem, I am submitting a lot of hidden variables using a
> <FORM> and they come over padded with a space on the left. I know that
> I can trim() them but in case I am working with that might be more
> trouble then its worth.  This does not happin on another installation
> of PHP i have access to.
>
> my configuration is as follows
>
> REDHAT 7.0
> PHP 4.0.4
>
>
> Thanks in advance!
>
> TOM

Just a guess - are you mixing html and php and have errant spaces? 
Something like:

<INPUT TYPE=HIDDEN NAME="blah" VALUE=" <?php echo $value?>">

Perhaps a look at a code snippet, if this is not the case?

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   Don't force it, use a bigger hammer.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to