Is there a way with php to restrict access to the script so only a specified hostname can run the script?
if ($_SERVER['host_name'] == 'boo') { // run }
thnx thats exactly what i was looking for 🙂