dougu2006 2013-05-22 02:37
浏览 51
已采纳

Javascript将内容写入PHP var以在IF语句中使用不起作用[关闭]

this is the code:

    <script language="Javascript" src="http://gd.geobytes.com/gd?after=-1&variables=GeobytesCountry,GeobytesCity">
    </script>

    <?php
      $City = '<script language="Javascript">
        document.write(sGeobytesCity);
      </script>';

      if($City=='Tijuana'){echo'This is Tijuana';}

    ?>

I want to use the result from the document.write() inside a php var to validate the city, I'm sure I'm doing it right cause if I echo the $City var it prints the string perfectly well but it s not working when using the var inside the if statement.

  • 写回答

1条回答 默认 最新

  • dongrong9053 2013-05-22 02:39
    关注

    PHP executes on the server and Javascript executes on the client. So you can pass values from PHP to Javascript, but not vice versa without AJAX or a POST or GET method.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

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