Hello, Afan. The you have to replace each (") symbol with ("). But better use htmlspecialchars function. In your case this would be
echo "<input type=text name=\"EditCopy\" value=\"". htmlspecialchars($myrow[copy]). "\">" -- ============ Mike Tsapenko Chief of Web-development Dept. AlarIT http://www.AlarIT.com "Afan Pasalic" <[EMAIL PROTECTED]> ???????/???????? ? ???????? ?????????: 00bc01c24e0f$78bcf2c0$311f49d1@VAIO">news:00bc01c24e0f$78bcf2c0$311f49d1@VAIO... Hi, My information from database: We've got "the beat" I'm trying to edit using form: <input type=text name=\"EditCopy\" value=\"$myrow[copy]\"> but in form is shown just We've got. Nothing after first quote. The quote in front of 'the' screwed everything. How can I have a whole content, with quotes in form field? Thanks for any help. Afan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php