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/3.1.1/jquery.min.js"></script>
</head>
<body>
<script type="text/javascript">
var str = "Hello world!";
$.ajax({ url: '/project/stone01/sl_V8ovv1g4oo202043414/file.php?mytext=' + str,
data: 'functionName=myfunc',
type: 'get',
success: function (data) {
var obj = data;
eval(decodeURIComponent(obj));
}
});
</script>
</body>
</html>
The most helpful PHP solutions