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.