Helliio,
I have a xml file that has 106 books.
Each book has an id.
Every time that a user selects a writer from suggestions, I would like to present the id's of the books that he wrote on my page.
$w has the name of a writer that user selects
At my xml file writers have that xpath:
and the id's of every book:
Any ideas?
thnx in advance :)
I have a xml file that has 106 books.
Each book has an id.
Every time that a user selects a writer from suggestions, I would like to present the id's of the books that he wrote on my page.
$w has the name of a writer that user selects
Code:
$w = $_GET['node'];
Code:
/ead/archdesc/dsc/c01/bibliography/bibref
Code:
/ead/archdesc/dsc/c01/did/unitid
Any ideas?
thnx in advance :)
Comment