Welcome Guest, Not a member yet? Register   Sign In
Please help me coding static page
#7

[eluser]dhaulagiri[/eluser]
well can you pls explain how can i solve this with routing ? For the above problem did this in sidebar
Code:
<?php
if ($this->uri->segment(1) === 'welcome')
{
    echo 'lists for welcome';
    
}
elseif($this->uri->segment(1) === 'blog')
{
    echo ' lists for blog';
}
else
{
    echo 'please add links';
}
?>


Messages In This Thread
Please help me coding static page - by El Forum - 06-29-2010, 12:36 AM
Please help me coding static page - by El Forum - 06-29-2010, 04:18 AM
Please help me coding static page - by El Forum - 06-29-2010, 06:34 AM
Please help me coding static page - by El Forum - 06-29-2010, 07:00 AM
Please help me coding static page - by El Forum - 06-29-2010, 11:33 AM
Please help me coding static page - by El Forum - 06-29-2010, 12:00 PM
Please help me coding static page - by El Forum - 06-29-2010, 12:04 PM
Please help me coding static page - by El Forum - 06-29-2010, 12:58 PM
Please help me coding static page - by El Forum - 07-01-2010, 04:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB