Welcome Guest, Not a member yet? Register   Sign In
Nothing output to my Webbrowser?
#1

[eluser]huaxz1986[/eluser]
I just insert a php sentence, and data configure is OK.However,nothing output in my Webbrowser.I checked err.log of MYSQL, no errors.I checked err.log of apache2 too,and no errors as well.

class Welcome extends CI_Controller {
public function index()
{
$this->load->database();
$this->load->view(‘welcome_message’);
}
}


Messages In This Thread
Nothing output to my Webbrowser? - by El Forum - 02-02-2012, 04:24 AM
Nothing output to my Webbrowser? - by El Forum - 02-02-2012, 08:08 AM
Nothing output to my Webbrowser? - by El Forum - 02-02-2012, 09:14 PM
Nothing output to my Webbrowser? - by El Forum - 02-02-2012, 09:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB