<!-- SNIP -->
> <div id=\"quadro_1\">ID : $x
>
> Criação: <input type=\"text\" size=\"50\" maxlength=\"12\"
> name=\"\" value=$creation>
> Modificação: <input type=\"text\" size=\"50\" maxlength=\"50\"
> name=\"\" value=$modif>
> Origin_Val: <input type=\"text\" size=\"10\" maxlength=\"50\"
> name=\"\" value=$origin_val>
> Dealer_Id: <input type=\"text\" size=\"10\" maxlength=\"50\"
> name=\"\" value=$dealer_id><br><br>
> Name: <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: <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