Hi. Can someone help me with this...
I have this variable with concatenated strings...
Then I send it to Construct, and use it like this...
But the problem is that it doesn't show anything in construct. But when I only return one string, it shows the result. (Sample is I only "echo $loot_array0;", then in construct, it shows the string in $loot_array0)
Is there anyway that the concatenated string from the php file will show in Construct? Thank you in advance.