How to add text string from web URL to variable?


#1

I’ve created a php script on my server which spits out a text string based on the query string in the URL used.

So for instance http://auganizer.com/agile.php?price=7 gives me a the 7th result from my script

This comes out as plain text and for reason I can’t figure out how to use that information in webcore as a variable or or number, I just want to use that number as a result to qualify other things against, i’m sure there is a simple way to do this.


#2

Ok going to answer myself here I knew it was something to do with $reponse but I was entering it as a value instead of an expression!

So for reference of anyone else I did get request to URL, logged the info in console to check and set it as variable to use elsewhere.