duanmei1536 2014-03-28 11:21
浏览 27
已采纳

打印php标签和变量赋值作为文本

Assume I have this text:

<?php

  $my_first_word = 'hi there';

  echo $my_first_word;

?>

And I want to print it out to the screen, only problem is when I put all the text inside a print"";

It doesn't actually print the php tags and etc, I want it to actually be outputted on the browser as text.

  • 写回答

4条回答 默认 最新

  • dongyu3659 2014-03-28 11:31
    关注

    as text:

    echo '<?php
    
    $my_first_word = \'hi there\';
    
    echo $my_first_word;
    
    ?>';
    

    as html:

    echo nl2br(htmlspecialchars('<?php
    
    $my_first_word = \'hi there\';
    
    echo $my_first_word;
    
    ?>'));
    

    Do note the use of ' for quoting (otherwise the variables would not be literals), as well as the therefore escaped ' char inside the string.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 TLS1.2协议通信解密
  • ¥40 图书信息管理系统程序编写
  • ¥20 Qcustomplot缩小曲线形状问题
  • ¥15 企业资源规划ERP沙盘模拟
  • ¥15 树莓派控制机械臂传输命令报错,显示摄像头不存在
  • ¥15 前端echarts坐标轴问题
  • ¥15 ad5933的I2C
  • ¥15 请问RTX4060的笔记本电脑可以训练yolov5模型吗?
  • ¥15 数学建模求思路及代码
  • ¥50 silvaco GaN HEMT有栅极场板的击穿电压仿真问题