duankaolei2921 2017-01-05 18:56
浏览 30
已采纳

如何在php中回显javascript值

I am trying to print a value in PHP which is stored in JS variable.

 document.getElementById("geo").innerHTML = '' + response;

I got the response in id geo

I could able to print through div

e.g <div id ="geo"></div>

I have a input tag I know I can use it as id ="geo" but i want to use it in value for example

<input id= "geocompleat" type="text" value="<?php $geo?>" >

Is there any way to get above JS value in to $geo?

EDIT:

geocompleat is used to get google geo places. i have input tag where i want to use geocompleate and geo location.

my webpage is detect the browser location and if we want to change the location then geocompleat will help to change the location. i tried below but its not working

<input id="geocompleat geo" type="text" name ="location">

so i am trying to to display the geo location in a value="" with php like value= ""

  • 写回答

1条回答 默认 最新

  • dongyinzhi4689 2017-01-05 19:30
    关注

    If you want to set the "response" content to the input, you can do it with javascript so you don't need to use php:

    document.getElementById('your_input_id').value = response;
    

    if you want to send your javascript data, you must make a AJAX GET/POST request.


    Btw. you cannot use multiple values in html id attribute like this :

    You can use only one variable :

    <input id="geocompleat" type="text" name="location">
    

    If you want to use multiple values, use the "class" attribute :

    <input class="geocompleat geo" type="text" name="location">
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab生成电测深三层曲线模型代码
  • ¥50 随机森林与房贷信用风险模型
  • ¥50 buildozer打包kivy app失败
  • ¥30 在vs2022里运行python代码
  • ¥15 不同尺寸货物如何寻找合适的包装箱型谱
  • ¥15 求解 yolo算法问题
  • ¥15 虚拟机打包apk出现错误
  • ¥15 用visual studi code完成html页面
  • ¥15 聚类分析或者python进行数据分析
  • ¥15 三菱伺服电机按启动按钮有使能但不动作