Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.17 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. PHP in URL to locate specific node in XML db
  2. <?php
  3. $id = addslashes($_GET['id']);
  4. #use code tailored to your specific database to fetch the node with this ID
  5. #display it
  6. ?>