Welcome Guest, Not a member yet? Register   Sign In
print file content
#1

[eluser]Qiao[/eluser]
Hi guys!

I want to read file (af.txt near index.php) and echo it content.

controller af.php:
Code:
<?php
class Af extends Controller{
    function Af()
    {
        parent::Controller();
    }

    $this->load->helper('file');

    function index()
    {
        $content = read_file('af.txt');
        $this->load->view('af', $content);
    }
}
?>

view af.php:
Code:
<?=$content?>

The result is a blank page.
What am i doing wrong?


Messages In This Thread
print file content - by El Forum - 04-15-2009, 01:55 AM
print file content - by El Forum - 04-15-2009, 02:07 AM
print file content - by El Forum - 04-15-2009, 02:26 AM
print file content - by El Forum - 04-15-2009, 02:41 AM
print file content - by El Forum - 04-15-2009, 02:48 AM
print file content - by El Forum - 04-15-2009, 02:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB