Re: Help with inputbox

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<!-- SNIP -->
>   <div id=\"quadro_1\">ID : $x
>    &nbsp;&nbsp;&nbsp;
>    Criação:&nbsp;<input  type=\"text\" size=\"50\" maxlength=\"12\"
> name=\"\" value=$creation>
>    Modificação:&nbsp;<input type=\"text\" size=\"50\" maxlength=\"50\"
> name=\"\" value=$modif>
>    Origin_Val:&nbsp;<input type=\"text\" size=\"10\" maxlength=\"50\"
> name=\"\" value=$origin_val>
>    Dealer_Id:&nbsp;<input type=\"text\" size=\"10\" maxlength=\"50\"
> name=\"\" value=$dealer_id><br><br>
>    Name:&nbsp;<input type=\"text\" size=\"10\" maxlength=\"50\" name=\"\"
> value=$name>
>   </div>
>   <br><br>
> ";
> --> There's more code, but is the same steps....
<!-- SNIP -->
You aren't encapsulating the text, escape double quote the value field (like you did for the rest of the fields) and you are good to go.

IE: 
    Name:&nbsp;<input type=\"text\" size=\"10\" maxlength=\"50\" name=\"\"
value=\"$name\">

Wolf

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux