If I want to execute a php script, i just point the browser to www.something.com/myscript.php
www.something.com/myscript.php
But if i want to execute a specific function inside
You cannot do this without adding special code to the PHP file itself to grab the name of the function from the URL and invoking it.