hello
i am running a script from a specific server say x ip
now i want that this script should not be run even by me if i am on other machine than x ip .
i can restrict my self by using login passwd but i want to restrict ip also
what i require is to just get the ip from the machine where the request comes
match with x ip and then execute the script if ip matches
but how do i get the ip -- any function any help
mandar