I am trying to include my header,footer and sidebar files like this,
include($str_url.'header.php');
include($str_url.'sidebar.php');
include($str_url.'footer.php');
i have defined $str_url = "http://www.example.com/"; in my constant file,
But is not working in my server. how can i fix it?
Please help me.
Thanks.
$$str_urlis obviously not a constant. Use constants insteaddefine())