UDT, PHP and Page content values RESOLVED
Posted: Mon Nov 25, 2013 5:05 pm
Hello, i am stuck in a "simple" task. I have an UDT in wich i want to call a variable defined in a page. For instance i have my UDT that execute a SQL query (from a PHP script) embeded in my page A.
In page A i want the query execute on a WHERE clause for instance ...SELECT ... WHERE items="VALUEFROMPAGEA" in order to contextualize my content.
In page B i want the query execute on a WHERE clause for instance ...SELECT ... WHERE items="VALUEFROMPAGEB". etc...
How can i achieve this simply and more elegantly ?
Thank you
In page A i want the query execute on a WHERE clause for instance ...SELECT ... WHERE items="VALUEFROMPAGEA" in order to contextualize my content.
In page B i want the query execute on a WHERE clause for instance ...SELECT ... WHERE items="VALUEFROMPAGEB". etc...
How can i achieve this simply and more elegantly ?
Thank you