i want to add updates.php in top of Select Categories i tried with
but it showing error
PHP Code:
<?php include('updates.php'); ?>
PHP Code:
$list = listFiles($listof);
//echo '<h2>'.str_replace('/',' ',$listof).'</h2>';
$category = explode('/',$listof);
echo (empty($_REQUEST['dir']) || $_REQUEST['dir']=='menu'?'
<div class="cateogry"><h2>Select Categories</h2></div><div class="catRow"><a href="/mp3">Full Mp3 Songs</a></div>':'<div class="cateogry"><h2>'.ucwords($category[count($category)-1])).' </h2></div>';
Comment