Welcome Guest, Not a member yet? Register   Sign In
Help login information
#1

[eluser]Unknown[/eluser]
when trying to get the script to run from the form it just cant find anything the controller works fine however the model doesnt appear to be used can someone tell me what im doing wrong thanks

<?php echo form_open ('account/login'); ?>

<p> Username:</p>

<p> &lt;input type="text" name="username"

value="&lt;?php echo set_Value('username'); ?&gt;" /&gt; </p>

<p> &lt;?php echo form_error('username'); ?&gt; </p>



<p>password:</p>

<p>&lt;input type="password" name="password"

value="&lt;?php echo set_value('password'); ?&gt;" /&gt;&lt;/p>

<p>&lt;?php echo form_error('password'); ?&gt;</p>



<p> &lt;input type="submit" name="submit" value="login" /&gt; </p>




Theme © iAndrew 2016 - Forum software by © MyBB