How to pass parameters in a link in the form of url?

var group_id=1;
var href = "{:url("projects/group/project_distribute_layer",["id"=>group_id])}";

group_id"group_id" 


I use "{: url ("projects/group/project_distribute_layer", [" id"= >" + group_id+ "])}"

Not even

.

Mar.15,2021

var group_id=1;
var href = `projects/group/project_distribute_layer?id=$ {group_id} `;
look forward to adopting


var title= encodeURI ($('. Search-value'). Val ());
window.location.href = basePath + "help/list?title=" + title;

)
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b6d6-2c287.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b6d6-2c287.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?