如何从数据库中获取elgg网站网址? 我不知道如何在javascript中使用elgg_get_site_url并将其替换为http://localhost:8080/elgg-1.8.18/ 这是我的代码:
var currentuser = "<?php echo $name; ?>";
xmlhttp.open("GET","http://localhost:8080/elgg-1.8.18/mod/twostep/views/default/twostep/coder.php?user="+currentuser,true);
xmlhttp.send();
答案 0 :(得分:0)
在javascript中elgg.get_site_url()