如何从elgg数据库获取站点URL?

时间:2015-05-20 10:13:12

标签: database elgg

如何从数据库中获取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();

1 个答案:

答案 0 :(得分:0)

在javascript中elgg.get_site_url()