if ($action = 'add') {
// do add stuff
} else {
//do non-add stuff
}
function is what to use as a sub routine (like in perl), correct? so how do i call a function command in the '// do add stuff' part
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.