Welcome Guest, Not a member yet? Register   Sign In
Cannot login in my site
#8

[eluser]jim04[/eluser]
@benton.snyder: I did what I had to do but it sends me an errror that the library can't be loaded. I typed it in config.php


@luongthanhtruyen: I think that the file you have to do is this view
Code:
<div id='login_form'>  &lt;!--Creates the form--&gt;

<h1>Login</h1>

&lt;?php
echo form_open('login/validate_credentials');
echo form_input('username', 'Enter your username');
echo form_password('password', 'Enter your password');
echo form_submit('submit', 'Login');
echo anchor('login/signup', 'Create new account');
?&gt;

</div>

Finally i used your code above but something weird happened, it took me to http://localhost/ci_day6/index.php/login...redentials


Messages In This Thread
Cannot login in my site - by El Forum - 10-20-2012, 04:24 AM
Cannot login in my site - by El Forum - 10-20-2012, 06:54 AM
Cannot login in my site - by El Forum - 10-20-2012, 09:57 AM
Cannot login in my site - by El Forum - 10-21-2012, 04:29 AM
Cannot login in my site - by El Forum - 10-21-2012, 07:51 AM
Cannot login in my site - by El Forum - 10-21-2012, 01:07 PM
Cannot login in my site - by El Forum - 10-21-2012, 04:25 PM
Cannot login in my site - by El Forum - 10-22-2012, 02:16 AM
Cannot login in my site - by El Forum - 10-22-2012, 07:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB