Welcome Guest, Not a member yet? Register   Sign In
Call Back Function Issue
#6

[eluser]everythingevolves[/eluser]
Cheers for this mate...

Code:
<div id="content_center">
<h1>Registration</h1>
&lt;?php echo validation_errors(); ?&gt;

&lt;?php echo form_open('register'); ?&gt;

<p>Forename</p>
&lt;input type="text" name="forename" value="&lt;?php echo set_value('forename'); ?&gt;" size="50" /&gt;

<p>Surname</p>
&lt;input type="text" name="surname" value="&lt;?php echo set_value('surname'); ?&gt;" size="50" /&gt;

<p>Username (email address)</p>
&lt;input type="text" name="email_login" value="&lt;?php echo set_value('email_login'); ?&gt;" size="50" /&gt;

<p>Password</p>
&lt;input type="password" name="password" value="" size="50" /&gt;

<p>Password Confirm</p>
&lt;input type="password" name="passconf" value="" size="50" /&gt;

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

&lt;/form&gt;
</div>

I should mention that all other errors display the right error message except for this one.


Messages In This Thread
Call Back Function Issue - by El Forum - 02-25-2009, 05:35 PM
Call Back Function Issue - by El Forum - 02-25-2009, 06:23 PM
Call Back Function Issue - by El Forum - 02-26-2009, 12:26 PM
Call Back Function Issue - by El Forum - 02-26-2009, 01:28 PM
Call Back Function Issue - by El Forum - 02-26-2009, 02:01 PM
Call Back Function Issue - by El Forum - 02-26-2009, 03:23 PM
Call Back Function Issue - by El Forum - 02-26-2009, 03:45 PM
Call Back Function Issue - by El Forum - 02-26-2009, 03:46 PM
Call Back Function Issue - by El Forum - 02-26-2009, 03:51 PM
Call Back Function Issue - by El Forum - 02-26-2009, 03:55 PM
Call Back Function Issue - by El Forum - 02-26-2009, 05:29 PM
Call Back Function Issue - by El Forum - 04-10-2009, 07:59 PM
Call Back Function Issue - by El Forum - 05-14-2009, 02:54 PM
Call Back Function Issue - by El Forum - 07-21-2009, 08:26 AM
Call Back Function Issue - by El Forum - 08-24-2009, 12:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB