Hi I am having promlems with integrating PHP database inside forms. I have succeeded outputting the database inside a form but the problem that I am having right now is this:
1.) If the content of the database to be outputted inside the form has spaces it doesnt read the succedding text for example,
if the variable $name= "Ralph Lim";
The form will only output "Ralph" inside the form and disregarding the "Lim".
But the output turns out fine when i print it outside of the form.
Pls help me... here is a sample code...
<p><input type='text' name='name' size='20' value=$rname></p>