Newbie question...
I'm getting an error on this example snipet:
include_once (getPath("dir/subdir/some.lib");
Error says getPath is undefined. Is getPath a PHP built in or am I missing a piece of function code?
😕
No, it's not a PHP function. Most likely, you're missing an include.