I am filling an edit form from a database, so i retrieve text from a database field and place it in an input text as follows:
echo '<b> Topic: </b><input type = text size = 50 value = ' . $filler['LP_Topic'].'>'. $br;
it works fine, but it only gets the first word of the topic, not the whole string!
if I just echo the result without an input it will work perfectly ! the problem happens when I add input regards
size = 50from the input.value=.