Maybe a dumb question: given a full path like:
C:/wamp/www/acme/archivio/subfolder/C00005/FATCLI/2014-V00011.pdf
and given that site root is acme
, how can I get the part:
/archivio/subfolder/C00005/FATCLI/2014-V00011.pdf
in the easiest way?
You can use
explode
-explode()
You can
variable
also -