Hi,
Running into a strange problem...I have a Column named Rname, it contains a value of 'Thunder Fear'.
I want to display this value in a text field upon loading of web page, but i only can get Thunder 🙁 It can't display the Word after the spacing😕
My code is
echo"<input name=rname type=text size=40 maxlength=40 value=$newarray[Rname]>";
NOTE: $newarray is the row returned from previous code (not shown)
Please help, thanks.