Developing Plugins, Themes and Custom Scripts with e107.

Hello World

To create a simple test script, create a new file called test.php in your root folder with the following php:

		require_once("class2.php");
require_once(HEADERF);
echo "Hello World";
require_once(FOOTERF);

Then point your browser to www.yoursite.com/test.php


Thursday 29 November 2018 - 04:41:26 abdouguapo,

Social Links