普通网友 2013-05-03 19:24
浏览 168
已采纳

将PHP变量数据返回到HTML页面

I am fairly new to php and have only written basic post email returns. However what im trying to achive now is to return the data held within a variable back to the webpage in a specific location on the page.

So far I have a form that collects the data Name & Surname, this is collected by php.

$firstnameField = $_POST ['name'];
$surnameField = $_POST ['surname'];

All I want to do is print the data within these variables back to the screen in a specific location on the page. I have looked around but others are talking about databases and ajax, and I havent the slightest about that stuff.

Thanks in advance.

  • 写回答

2条回答 默认 最新

  • du90093662774150 2013-05-03 19:26
    关注

    It's pretty simple: just use echo/print inside a <?php ?> code block wherever you want that variable printed in your document:

    <?php
    
    if ($_SERVER['REQUEST_METHOD'] == 'POST') {
        $firstname = $_POST['name'];
    }
    
    ?>
    
    <html>
    
    <body>
    
    <?php if (isset($firstname)) { echo "<p>Hello, $firstname</p>"; } ?>
    
    <form method="POST">
    Enter a name: <input type="text" name="name" />
    </form>
    
    </body>
    
    </html>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器