Hello I was helping a fellow daniwebber and I noticed that I have no idea if it is possible and how the syntax works for it. Any help appreciated.
example of how I think it works.
function retTrue(){
return true;
}
//code in if
if(retTrue()){
//do some php
}