I'm wanting to write a PHP script which when called will print a XML file... I believe this can be done... correct me if i'm wrong...
The only condition is I want it to verify a password first like..
printxml.php?password=abcde <<--- This will work
but
printxml.php?password=aaa <<--- Wrong....
This will not print an XML file for me....