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
There are several ways.
One way would be to pass the function name as a GET Parameter, and depending on it's existence you could call the function.