<?php
$myname = 'my name have quotation marks " <- here';
?>
And i try to:
<input type="text" name="newnameproposition[<?php echo $myname ?>]">
And html have a little problem becouse of:
name="newnameproposition[my name have quotation marks " <- here]"
Can anybody had this kind of problem?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…