Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi! I use a xml data base (eXist)

Status
Not open for further replies.

immalada

Technical User
Jul 18, 2003
2
0
0
ES
hi!
I use a xml data base (eXist) and I want to do a query. Equal a php form variable submit from other page with my xpath consult, it's possible?

<?php
$q = &quot;collection('/db/example)/one/[two=$id]&quot;;
or
$q = &quot;collection('/db/example)/one/[two={$id}]&quot;;
?>

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top