doujiao2000 2017-07-24 22:09
浏览 54
已采纳

php echo添加“0”); </ script>“到输出的结尾

I run a local server I am working on and php echo appears to be freaking out. This is the error:

echo "<script>console.log('test');</script>";

yields

<script>console.log('test');</script>;0')</script>

when I "view page source" of the webpage. In the page itself, this shows up as just 0'); and the console.log() appears to be working just fine. If I change one of these to remove all javascript and just do something like

echo "testing";

what shows up is:

testing0');</script>

when I write a new echo it works fine, when I have tried making new pages, they also work fine, when I view it in safari (I regularly use chrome) this problem persists. This problem occurs each time I echo a script, but when echoing something else it behaves normally. Only if I change an existing echo to plain text does it still append the ;0')</script>, when I write a new echo that writes a script it works just fine.

If I add die(); after any echo statements, that one (and that one only) lacks the ;0')</script> all those above it still have it at the end.

What the heck did I do to cause this?

info: I am using the default apache install on mac and php version 5.5.36. Feel free to ask me clarifying questions and if need be I can post the full php file on github.

Thanks in advance,

Lewis

Edited for clarity.

  • 写回答

1条回答 默认 最新

  • duanliyi5997 2017-07-24 23:18
    关注

    Well I feel pretty dumb, I was indeed spitting out ;0')</script> after each and every echo, because all of my console.log()s came in pairs and the second one always looked something like this:

    echo "
    <script type=\"text/javascript\">
        console.debug('".'  '+gettype($sql_peices)."');
    </script>";
    

    and the plus in there was causing the issue, I should have:

    echo "
    <script type=\"text/javascript\">
        console.debug('".'  '.gettype($sql_peices)."');
    </script>";
    

    with a period. I have no idea when or how I put that in there, but now everything is working perfectly.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵