新手请教.get方法如何使用
程序员文章站
2022-05-25 14:07:03
...
刚学jquery,试了一个例子,有两个页面index.html,data.php,但每次执行都显示的都是乱码,请问该怎么办?
index.html
New Document
data.php
if($_GET['what']=='good')
{
$names=array('Sherlock Helmes','John Watson','Hercule Poirot','Jane Marple');
echo getHTML($names);
}
else if($_GET['what']=='bad')
{
$names=array('Professor Moriarty','Sebastian Moran','Charles Milverton','Von Bork','Count Sylvius');
echo getHTML($names);
}
function getHTML($names)
{
$strResult='
return $strResult;
}
?>
index.html
data.php
if($_GET['what']=='good')
{
$names=array('Sherlock Helmes','John Watson','Hercule Poirot','Jane Marple');
echo getHTML($names);
}
else if($_GET['what']=='bad')
{
$names=array('Professor Moriarty','Sebastian Moran','Charles Milverton','Von Bork','Count Sylvius');
echo getHTML($names);
}
function getHTML($names)
{
$strResult='
- ';
- '.$names[$i].' ';
for($i=0;$i
$strResult.='
}
$strResult.='
return $strResult;
}
?>
回复讨论(解决方案)
没有配置php的环境
最好的办法 看手册
还真是没配置PHP环境,谢谢
推荐阅读
-
鲁大师如何查看电脑使用功率 查看电脑使用功率的方法教程
-
红米k30如何使用OTG功能?红米k30打开OTG功能方法
-
file_get_contents("php://input")的使用方法
-
orale数据库如何利用sql语句创建视图的一般性使用方法
-
PHP下通过file_get_contents的代理使用方法
-
PHP使用get_headers函数判断远程文件是否存在的方法
-
使用vue-router如何设置每个页面的title方法
-
SmallPDF文件格式转换软件如何使用?PDF文档转换成Excel文档的方法
-
如何用ICloud云盘分享文件?iCloud云盘文件夹共享功能使用方法
-
火山如何设置摄像头? 火山允许使用摄像头的设置方法