Hi all.. I have a strang one.
I have a db where I pull out a var ($some_text). I print that and it looks fine.
Lets say its: "this is the text"
Ok, now I do this:
<input type="text" name="program" value=<?=$some_text ?> size="38">
It will populate that text area with: this
Thats it.. Any ideas on whats wrong? Oh, if I urlencode it, I see the whole text. It acts like its stopping on the first space.
Thanks,
Rob