Welcome Guest, Not a member yet? Register   Sign In
sessions not enabled on go daddy server
#17

[eluser]labao[/eluser]
Code:
<?php
//$car=$this->session->userdata('vehicle');

echo '<FORM name="drop_list" action="'. base_url().'myform/frm/myform_view" method="POST" >';


?>
<h3>Please complete the form below. Fields marked with an asterisk are required</h3>
<p>

        <label for="first_name">First Name <span class="required">*</span></label>
        &lt;?php echo form_error('first_name'); ?&gt;
        <br />&lt;input id="first_name" type="text" name="first_name" value="&lt;?php echo set_value('first_name'); ?&gt;"  /&gt;&lt;br />



        <label for="last_nane">Last Name</label>
        &lt;?php echo form_error('last_name'); ?&gt;
        <br />&lt;input id="last_na,e" type="text" name="last_name" value="&lt;?php echo set_value('last_name'); ?&gt;"  /&gt;&lt;br />



        <label for="shipping_street_address">Street Address <span class="required">*</span></label>
        &lt;?php echo form_error('shipping_street_address'); ?&gt;
        <br />&lt;input id="shipping_street_address" type="text" name="shipping_street_address" value="&lt;?php echo set_value('shipping_street_address'); ?&gt;"  /&gt;&lt;br />



        <label for="city">City <span class="required">*</span></label>
        &lt;?php echo form_error('city'); ?&gt;
        <br />&lt;input id="city" type="text" name="city" value="&lt;?php echo set_value('city'); ?&gt;"  /&gt;&lt;br />




        <label for="special_insructions">Special Insructions</label>
    &lt;?php echo form_error('special_insructions'); ?&gt;
    <br />
                            
    &lt;?php echo form_textarea( array( 'name' => 'special_insructions', 'rows' => '5', 'cols' => '40', 'value' => set_value('special_insructions') ) )?&gt;<br />


        <label for="telephone">Telephone <span class="required">*</span></label>
        &lt;?php echo form_error('telephone'); ?&gt;
        <br />&lt;input id="telephone" type="text" name="telephone" value="&lt;?php echo set_value('telephone'); ?&gt;"  /&gt;&lt;br />



        <label for="alternate_telephone">Alternate telephone</label>
        &lt;?php echo form_error('alternate_telephone'); ?&gt;
        <br />&lt;input id="alternate_telephone" type="text" name="alternate_telephone" value="&lt;?php echo set_value('alternate_telephone'); ?&gt;"  /&gt;&lt;br />



        <label for="email">Email <span class="required">*</span></label>
        &lt;?php echo form_error('email'); ?&gt;
        <br />&lt;input id="email" type="text" name="email" value="&lt;?php echo set_value('email'); ?&gt;"  /&gt;&lt;br />


        <label for="email_confirm">Email Confirm <span class="required">*</span></label>
        &lt;?php echo form_error('email_confirm'); ?&gt;
        <br />&lt;input id="email_confirm" type="text" name="email_confirm" value="&lt;?php echo set_value('email_confirm'); ?&gt;"  /&gt;&lt;br />

        &lt;?php echo' <button type="submit">next step</button>
&lt;/FORM&gt;'; ?&gt;<br />


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


Messages In This Thread
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 04:33 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 10:37 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:10 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:20 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:25 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:34 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 12:51 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 01:31 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 01:40 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 01:57 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:23 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:41 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:47 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:47 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 07:56 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:03 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:04 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:07 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:11 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:14 PM
sessions not enabled on go daddy server - by El Forum - 04-15-2010, 02:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB