Code: Select all
<?php
$curdir = basename(dirname(__FILE__));
require_once '../template/index.php';
?>Code: Select all
<?php
= basename(dirname(__FILE__));
require_once '../template/index.php';
?>Please help me solve this problem.
Moderator: General Moderators
Code: Select all
<?php
$curdir = basename(dirname(__FILE__));
require_once '../template/index.php';
?>Code: Select all
<?php
= basename(dirname(__FILE__));
require_once '../template/index.php';
?>Do you refer to 'when i type it in my editor'?ganesh_dabhade wrote:...when I create the file index.php...