Master:
# 1    how to place double quote in a text field                  
hans
Online no
State
Grouping Member
Class class4
Score 221
Wealth 155.5
Posts 156
Login 21:17:46
for example, place he said:"bla bla" in html textfield
Hits: 298, Date: 2010-08-29 06:24:06
[Agree] ( 4 ) [Against] ( 6 )

# 2    i got it                  
hans
Online no
State
Grouping Member
Class class4
Score 221
Wealth 155.5
Posts 156
Login 21:17:46
need to change " to "
Hits: 296, Date: 2010-08-29 06:25:58
[Agree] ( 4 ) [Against] ( 6 )

# 3    for php i can use htmlspecialchars                  
hans
Online no
State
Grouping Member
Class class4
Score 221
Wealth 155.5
Posts 156
Login 21:17:46
$text = '"bla bla"';
$newtext = htmlspecialchars($text);
then $newtext can be inserted in a text field.
Hits: 293, Date: 2010-08-29 06:27:26
[Agree] ( 4 ) [Against] ( 6 )

1 - 3 [ 3]

Reply: how to place double quote in a text field

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing