Execute a função php
function functionName() {
//code to be executed;
}
functionName();
Unusual Unicorn
function functionName() {
//code to be executed;
}
functionName();