Can someone please tell me that yuo cannot use fopen to view someone else's php script using a URL of the script. If this is possible, how can i protect my script from being seen by others who could use fopen to try and view it using my script's URL.
Don't worry, it's not possible. fopen() will get the same output you'd get as normal visitor browsing to that page. No PHP code will be visible.
Wao. That is such a good news. I had the wait for your answere before carrying on with my project. Thanks Nico