Welcome Guest, Not a member yet? Register   Sign In
Login page
#4

[eluser]InsiteFX[/eluser]
When checking view code you need to place and exit after it or it will get over written.

Code:
public function login()
    {
        echo "Log in";

        exit();
    }

Form_open should be like this:
Code:
<?php echo form_open('user/login'); ?>


Messages In This Thread
Login page - by El Forum - 01-13-2013, 02:40 AM
Login page - by El Forum - 01-13-2013, 03:09 AM
Login page - by El Forum - 01-13-2013, 03:24 AM
Login page - by El Forum - 01-13-2013, 08:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB