duanren9163 2014-12-24 12:05
浏览 222
已采纳

PHP换行符不起作用

I am learning php and am making a statement that proves the local variable cannot be called outside a function where it is defined.

I can't seem to get a line break come out in the statement but only a line space.

<html>
<head>
<title>Testing Global and Local Variables</title>
</head>
<body>

<?php 

//Global varaible called after function
$g_test_string="this is the value in the variable outside the function at a global level!";

function printstring()
{
$l_test_string="this is the value of the variable inside the function at a local level!";
print($l_test_string);
}

//Calling statements

printstring();
echo "";
echo 'Global variable value: ' . $g_test_string;
echo 'Local variable value: ' . $l_test_string;

?>

</body>
</html>

The print out looks like this:

this is the value of the variable inside the function at a local level! Global variable value: this is the value in the variable outside the function at a global level! Local variable value:

I tried a break between the function call and echo for global variable but only produces a line space not a break.

Got to be something simple I imagine.

Many thanks

Andrew

  • 写回答

3条回答 默认 最新

  • duanbogan5878 2014-12-24 12:08
    关注

    If you want to be sure your line break is cross platform compatible, use PHP_EOL I usually use " ". If you want the linebreak to appear in HTML, use "<br>".

    Edit in response to comments: Here's how you pull as much PHP out of the HTML as possible.

    <?php 
    
    //Global varaible called after function
    $g_test_string="this is the value in the variable outside the function at a global level!";
    ?>
    <html>
    <head>
    <title>Testing Global and Local Variables</title>
    </head>
    <body>
    <?php
    //Calling statements
    
    printstring();
    echo "<br>
    ";
    echo 'Global variable value: ' . $g_test_string."<br>
    ";
    
    echo 'Local variable value: ' . $l_test_string."<br>
    ";
    ?>    
    </body>
    </html>
    
    <?php
      function printstring()
      {
        $l_test_string="this is the value of the variable inside the function at a local level!";
        print($l_test_string);
      }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 脱敏项目合作,ner需求合作
  • ¥30 Matlab打开默认名称带有/的光谱数据
  • ¥50 easyExcel模板 动态单元格合并列
  • ¥15 res.rows如何取值使用
  • ¥15 在odoo17开发环境中,怎么实现库存管理系统,或独立模块设计与AGV小车对接?开发方面应如何设计和开发?请详细解释MES或WMS在与AGV小车对接时需完成的设计和开发
  • ¥15 CSP算法实现EEG特征提取,哪一步错了?
  • ¥15 游戏盾如何溯源服务器真实ip?需要30个字。后面的字是凑数的
  • ¥15 vue3前端取消收藏的不会引用collectId
  • ¥15 delphi7 HMAC_SHA256方式加密
  • ¥15 关于#qt#的问题:我想实现qcustomplot完成坐标轴