PHP page permission------?

Jeremy Conwell

New member
I have seen some PHP pages, that say that I don't have permission to visit that page.
I was wondering, how can I do this?

When I use AJAX I don't want people to be able to see the content of the PHP file.
So how can I do this?

I figure it might check the IP and if it isn't your ip / localhost / 127.0.0.1 it will give an error.
But I might be wrong...
I know.
But i want to use AJAX to get information,
so I never want the user to enter the PHP page.
 
Back
Top