gpt4 book ai didi

php - 如何将html的输入类型文本的值获取到php并打印?

转载 作者:太空宇宙 更新时间:2023-11-04 13:30:09 24 4
gpt4 key购买 nike

<分区>

我被困在无法将 html 输入类型的值获取到 php 的地方。我正在使用 Aptana 开发一个网站。

我也没有在 stackoverflow 中找到任何有效的答案。

我只是在浏览器中查看 HTML 文件,这是个问题吗?

我的代码如下:

FirstWebPage.html

<!DOCTYPE html>
<html>
<body bgcolor="#ffffff">
<h1 style="font-size:44pt" align="center">myPersonals.com</h1>

<h2 align="center">Welcome to your personal data center </h2>
<form action="welcome.php" method="get">
<div align="center">
<h3>Login</h3>
<input style="height:20px; width:200px; font-size:14pt" type="text" name="email" placeholder="Email" style="#b8b9c8">
<br>
<br>
<input style="height:20px; width:200px; font-size:14pt" type="text" name="password" placeholder="Password">
<br>
<br>
<select name="sex" style="height:30px; width:200px; font-size:14pt">
<option value="m">Male</option>
<option value="f">Female</option>
</select>
<br>
<br>
<input style="height:30px; width:200px; font-size:14pt" type="submit" value="Submit">
<br>
</div>
</form>
<a href="bigDB.jpg">
<img src="smallDB.jpg">'
</a>
</body>
</html>

这是我的welcome.php

 <html>
<body>
Welcome php Surendra Reddy your email id is <?php echo $_GET['email']; ?><br>
and you are password is <?php echo $_GET['password']; ?><br>
and your gender id <?php echo $_GET["sex"]; ?>
</body>
</html>

但它不打印值。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com