Danny620 Posted March 25, 2011 Share Posted March 25, 2011 When I put "hello" in a text field it disappears, when the html page is submitted it dont like "" for example <input name="FirstName" type="text" id="FirstName" value="<?php if (isset($_POST['FirstName'])) echo ($_POST['FirstName']); ?>" maxlength="20" /> Link to comment https://forums.phpfreaks.com/topic/231736-when-i-put-hello-in-a-text-field-it-disappears/ Share on other sites More sharing options...
sunfighter Posted March 26, 2011 Share Posted March 26, 2011 More information is needed here Dan. You don't submit a HTML page, you submit a form. Need to see your form and the receiving code. Link to comment https://forums.phpfreaks.com/topic/231736-when-i-put-hello-in-a-text-field-it-disappears/#findComment-1192572 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.