当来自window.location时,Php不会执行

时间:2013-11-05 06:16:59

标签: javascript php xampp

我有一个名为“savegame.php”的php文件。

我使用xampp。当我手动输入“localhost / morabaraba / savegame.php”作为网址时,它可以正常工作

我在“savegame.php”文件所在的文件夹中有一个文件“index.html”并使用window.location =“savegame.php”重定向 到c:\ .... \ morabaraba \ savegame.php但它没有回显或更新数据库,因为“savegame.php”中的代码应该

   code in savegame.php
     <?php
              print 'i am working';
              //database updating details

      ?>

当我说输入localhost / morabaraba / savegame.php时,我的意思是在窗口中键入它,而不是在index.html文件中将其编码为window.location =“local / morabaraba / savegame.php”

0 个答案:

没有答案