Blog Home

BlogHome

No Blog Content Yet...

$_SERVER["SCRIPT_NAME"]
/php/blog/index.php

print_r($_GET)
Array
(
)


print_r($_POST)
Array
(
)


print_r($_SESSION)
Array
(
)


print_r($_FILES)
Array
(
)



<?php
$tools 
true;
include(
"../includes/header.php");
?>

<main>
    <h2><?php echo $folder_name?><span><?php echo $file_name?></span></h2>

    <h3>No Blog Content Yet...</h3>
</main>
<?php
include("sidebar.php");
include(
"../includes/footer.php");
?>