• Hello
    I would like to insert a php page whose code is written in a folder: index.php, secureimage.php, audio folder, images folder,.
    Is this possible with PHP Everywhere?

    Thanks for your help

    Roberts

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alex

    (@alexander_fuchs)

    Hi Roberts,

    that is possible. You need to require the php file from the plugin. Sometimes this does not really work with specific hosting providers, because some providers disable this feature from their end.

    Best regards,

    Alex

    Thread Starter roberts35

    (@roberts35)

    Hi Alexander,
    thank you for your reply. But the plugin I want to integrate is not just a single php file; it is described in a folder containing subfolders and php files

    Best regards

    Roberts

    Plugin Author Alex

    (@alexander_fuchs)

    Hi Roberts,

    yes. Any php file that can be loaded with require(“/path/abc/xyz/example.php“) can be used in php everywhere.

    Best regards,

    Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hierarchical php’ is closed to new replies.