-4
Calling a PHP function when user enters the page, some example?
-4
Calling a PHP function when user enters the page, some example?
2
Basically like this: I call the function when the page is requested.
<?php
myFunction();
function myFunction()
{
echo "Executou aqui!";
}
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
What you tried to do and what didn’t work?
– Bacco
@Alisson May God have mercy on you.
– André Ferraz