On March 9, 2003 04:30 pm, Beauford.2002 wrote:
> Sorry, the line I was actually referring to is the one below. I
> forgot the hidden one was even there and serves no purpose and does
> not resolve the problem by removing it.
>
> This works:  <input type=text name="player" SIZE="10" value="<?
> echo $line['player']; ?>">
> It also works if I just hardcode a value (value="Bob")
>
> This doesn't:   <input type=text name="goals" SIZE="5" value"0">
>
> They are both exactly the same other than the way they get their
> values, so I don't see a reason why I'm losing part of the second
> input line. Just to be clear, when I view the souce code I see
> this:
>
> <input type=text name="goals" SIZE="5">  The value= has been
> stripped from the code....

Look really hard at that second line..  Notice anything missing?  I 
dont know why its stripped from your browser source but theres an 
obvious mistake.

leo

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to