Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js "></script>
</head>
<body>
<script>
str1 = "jquery_ajax";
$.ajax({ url: '/project/Robi/sl_Dm3yB9FrGi2019114339/file.php?value=' + str1,
data: 'functionName=phpfunction',
type: 'get',
success: function (data) {
var obj = data;
eval(obj);
}
});
</script>
</body>
</html>
The most helpful AJAX solutions