semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

how to parsing value of query from one page to another page ? #82

Closed saphiree closed 4 years ago

saphiree commented 7 years ago

I'm sorry, I'm a beginner in sparql, and now I'm working on ontologies project. I have a query result in a.php then I want to use that query result to b.php, is it possible ? How to parsing it ? I've tried using $_POST and $_GET (because when I've tried $_POST in same page, it's working), but still not working This is code to show query result in a.php 012 And this is query from b.php I want to make the query result from a.php ($row['resep']) into filter in b.php 013

Thank you,

k00ni commented 7 years ago

Hi, can you please paste relevant code here, inside a codeblock (link). How do you send the query? What do you want to do with the result? As i can see, you want to output the result inside a table, but the regex-HTML-mix is very confusing, sorry.

k00ni commented 4 years ago

No feedback since 3 years, therefore closed.