In one of my scripts I have <input type=text name="message_title" size=40 maxlength=80 value="<?echo $saved_message_title;?>">
where $saved_message_title is 1 Peter 5:7 "Cast all your cares on Him for He cares about you" --- note the " When this is displayed on the screen $saved_message_title reads 1 Peter 5:7 I am assuming the " closes the value= How may I echo this to the screen and have the full text be displayed, not just 1 Peter 5:7 ? Ron