The xml output would be used for flash programming
for example :
http://www.mydomain.com/xml.php
I want to protect the file from http access.
At this time user can veiw the output xml.php while I want to give this output to a flash player olny.
If I keep this file outside of public_html, it does not give output to flash. Can I give xml output using php command line.
--Manoj