Welcome Guest, Not a member yet? Register   Sign In
puzzling error msg in form validation controller
#16

[eluser]oldnews[/eluser]
Precisely! Then what coding mistake is causing the error, when, in the companion views/myform.php, these variables are set within the first 3 data fields?

Code:
<html>
<head>
<title>Entry Form</title>
<LINK REL=StyleSheet href="./style.css" type="text/css" media=screen>
</head>
<body>

<table cellpadding="0" cellspacing="0" border="0" width="800">
<tr>
<td class="red">Now, fill out our entry form completely...<br />
&nbsp;<br />

&lt;?php echo validation_errors(); ?&gt;

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

<center>
<table  border="0" cellspacing="2" cellpadding="2">
<tr>
<td align="right">your name:</td>
<td>&lt;input type="text" name="who" value="&lt;?php echo set_value('who'); ?&gt;" size="42" /&gt;&lt;/td>
<td align="right" colspan="2">primary phone:</td>
<td>&lt;input type="text" name="mainphone" value="&lt;?php echo set_value('mainphone'); ?&gt;" size="20" /&gt;&lt;/td>
</tr>
<tr>
<td align="right">email address:</td>
<td>&lt;input type="text" name="email" value="&lt;?php echo set_value('email'); ?&gt;" size="42" /&gt;&lt;/td>
<td align="right" colspan="2"><i>option add phone</i>:</td>
<td>&lt;input type="text" name="extraphone" value="&lt;?php echo set_value('extraphone'); ?&gt;" size="20" /&gt;&lt;/td>
</tr>
et cetera...

method == function or method != function?


Messages In This Thread
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:37 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:43 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:46 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:53 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:58 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:01 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:03 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:06 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 10:17 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 10:21 PM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 03:53 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 04:09 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 04:19 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 11:14 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 11:56 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 01:44 PM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 06:58 PM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 05:19 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 05:52 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 06:31 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 07:24 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 07:37 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 08:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB