Welcome Guest, Not a member yet? Register   Sign In
Mastrepage in codeigniter
#1

[eluser]Unknown[/eluser]
Hi in the custom php we will do the master page like this

<?php
include(“header.php”);
if(isset($_GET[‘pid’]) && $_GET[‘pid’]==’‘)
{
echo “middle_content.php”
}
else
{
echo ($_GET[‘pid’].”.php”);
}
include(“footer.php”);
?>


1) same thing how can we make the master page in codeigniter ?
#2

[eluser]n0xie[/eluser]
1. This piece of code is a huge security risk and shouldn't be used in production, ever.
2. This question has been answered about a million times. In fact, there is a whole wiki entry dedicated to it. Please use the search function before opening new threads.




Theme © iAndrew 2016 - Forum software by © MyBB