I'm new to PHP, so this is a very simple question. Let's say I have two folders: FolderA and FolderB. Within FolderA, I have a PHP file. Within FolderB, I have a certificate. If I wanted to insert the relative path to the certificate in the PHP file, would this be this path: ../FolderB/Certificate.pem?
Thanks for your help!