Hi,
I have been trying to upload a PHP code using WEB tag, Below is my PHP code.
<?php
$userName = $_GET['userName'];
$answer = "Hello from the web page sideee !!!!". $userName;
echo '$answer';
?>
I just want the username to be displayed in the label present in my app.
I have been getting this error which I attached. Also I have attached my blocks code.
I'm using XAMPP control panel v3.2.2. Is it the issue with my PHP code ? should I add permission request to the php code for XAMPP ??.
Please help!