开发者

textbox = php variable?

I want to get value from php variable to review it in textbox

what I have to write in "value":

<input type="text" nam开发者_JAVA技巧e="name3" size="25" maxlength="50" value=""> name:


<input type="text" 
       name="name3" 
       size="25" 
       maxlength="50" 
       value="<?php echo htmlspecialchars($variable); ?>">


<input type="text" name="name3" size="25" maxlength="50" value="<?php echo $variable; ?>">
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜