Welcome Guest, Not a member yet? Register   Sign In
Blank Screen - works ok on home server but not on hosting site
#5

[eluser]Colin Williams[/eluser]
I think your problem is with $query->row()->cat_name. First, assign a variable to $query->row()

Code:
$row = $query->row();
$data = array(
            'cat_name' => $row->cat_name,
            'cat_desc' => $row->cat_desc,
            'link_name' =>  " - " . $link_name);


Messages In This Thread
Blank Screen - works ok on home server but not on hosting site - by El Forum - 10-01-2008, 03:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB