how to include double quotation ""
Posted: Fri Feb 15, 2008 3:38 am
please i want to include the double qutation in my texe area can some one help me ?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
text area ?ali91 wrote:please i want to include the double qutation in my texe area can some one help me ?
Code: Select all
<input type="text" name="txt1" value="Arthur C. Clarke's \"The Sentinel\""/>
<input type="text" name="txt1" value='Arthur C. Clarke\'s "The Sentinel"'/>
backslashes arent required in <textarea> blocks.