dongya6381 2013-06-13 10:47
浏览 34
已采纳

将文件名传递给隐藏字段?

How can i grab whatever the value of is in this line of code e.g. the value would be file.php

include filter_input(INPUT_POST, 'name', FILTER_SANITIZE_STRING);

and then place it in to a hidden field that looks like this

 <input type="hidden" name="file_name" value="">

so that the placed value can be used to save to whatever the input is to a file?

  • 写回答

1条回答 默认 最新

  • donglvlao8367 2013-06-13 12:31
    关注

    Try:

    $name = filter_input(INPUT_POST, 'name', FILTER_SANITIZE_STRING);
    
    <input type="hidden" name="file_name" value="<?php echo $name; ?>">
    

    or if you have short_tags turned on

    <input type="hidden" name="file_name" value="<?=$name?>">
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 spaceclaim模型变灰色
  • ¥15 求一份华为esight平台V300R009C00SPC200这个型号的api接口文档
  • ¥15 就很莫名其妙,本来正常的Excel,突然变成了这种一格一页
  • ¥15 字符串比较代码的漏洞
  • ¥15 欧拉系统opt目录空间使用100%
  • ¥15 ul做导航栏格式不对怎么改?
  • ¥20 用户端如何上传图片到服务器和数据库里
  • ¥15 现在研究生在烦开题,看了一些文献,但不知道自己要做什么,求指导。
  • ¥30 vivado封装时总是显示缺少一个dcp文件
  • ¥100 pxe uefi启动 tinycore