我正在尝试运行这个我从newboston youtube教程中学到的AJAX程序。
http://tnbforum.com/viewtopic.php?f=122&t=41868&hilit=ajax
我有一个php文件,一个html文件和一个javascript文件。我安装了XAMPP并启动并运行了apache服务器。
有人可以向我解释为了让程序运行我需要做什么的概念吗?我将3个代码文件全部保存到XAMPP目录中的htdocs文件夹中。所以我现在所做的就是将localhost和相应的目录路径名一起运行到浏览器中的php文件中?
由于3个文件保存在标题为“foodstore”的子文件夹中的htdocs文件夹中,因此php文件专门标题为“foodstore.php”...我在浏览器中键入“localhost / foodstore / foodstore.php”< / p>
但我得到的结果是:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<response>
<br/>
<b>Notice</b>
: Undefined index: food in
<b>
/Applications/XAMPP/xamppfiles/htdocs/foodstore/foodstore.php
</b>
on line
<b>6</b>
<br/>
Enter a food you idiot
</response>
我究竟不需要对JS文件和HTML文件做什么?这是否会影响为什么这不起作用?
我知道这是一个简单的概念,有一个简单的解决方案,但显然,我在这里有点迷失......
答案 0 :(得分:0)
啊,我明白了。
我需要输入浏览器:
本地主机/ foodstore / index.html中
我需要输入html文件,而不是PHP文件......