我的JavaScript代码将值插入数据库。
我想:
insert.php
文件和span
显示document.write()
以上的结果。
我需要对insert.php
做出哪些修改?
<script language="JavaScript" >
var bhs = document.createElement('script');
var bhs_id = "yvw3lwc1tnvq670ybzprm8xyh93rider";
bhs.src = "//online.examaim.com/insert.php?site=" + bhs_id + "";
document.head.appendChild(bhs);
document.write("<span id='o_" + bhs_id + "'></span>");
</script>
答案 0 :(得分:1)
您是否可以提供更多关于您要实现的目标的解释?听起来你可能会对php如何工作感到困惑,但要特别注意你所要求的:
document.write("<span id='o_" + <?php echo $someVariable ?> + "'></span>");
但我猜这个带有这个javascript的文件不是insert.php?
您链接到php文件的方式与链接到html文件的方式相同。我认为可能存在对php如何工作的基本误解:http://www.w3schools.com/php/