Welcome Guest, Not a member yet? Register   Sign In
Flash Data Without Redirect
#3

[eluser]RaGe10940[/eluser]
I'm not quite following you boltsabre

this is my code :

Code:
&lt;?php echo validation_errors('<p class="error">'); ?&gt;
&lt;?php echo $error ?&gt;
<p class="error">
    &lt;?php echo $this->session->flashdata('emailview'); ?&gt;
</p>
&lt;?php
$anum = 'placeholder="Student A-Number" autocomplete="off"';
$first = 'placeholder="Student First Name" autocomplete="off"';
$last = 'placeholder="Student Last Name" autocomplete="off"';
$email = 'placeholder="Student Email" autocomplete="off"';
$subject = 'placeholder="Email Subject" autocomplete="off"';
?&gt;
<br>
<div id="emails">
    <div id = "emailinfo">
<fieldset><legend>Find Student (Do Not Enter Email Bellow)</legend>
     &lt;?php
     echo form_open_multipart('emailsystem_controller/sendemail');
     echo form_input('anum', set_value('anum'), $anum);
     echo form_input('fname', set_value('fname'), $first);
     echo form_input('lname', set_value('lname'), $last);
     ?&gt;

</fieldset>
    </div>
    <div id="studentemail">
<fieldset><legend>Find Student Via Email</legend>

     &lt;?php
     echo form_input('email', set_value('email'), $email);
     ?&gt;
</fieldset>
    </div>
    <div id="subject">
<fieldset><legend>Subject</legend>
     &lt;?php
     echo form_input('subject', set_value('subject'), $subject);
     ?&gt;
</fieldset>
    </div>
    <div id="message">
<fieldset><legend>Email Message</legend>
     &lt;textarea name="message" rows="3" cols="60" placeholder="Email Message (Optional)"&gt;&lt;?php echo set_value('message') ?&gt;&lt;/textarea&gt;
</fieldset>
    </div>
    <div id="attachment">
&lt;input type="file" name="userfile" multiple="" /&gt;
    </div>
    <div id="sendemail">
&lt;?php
echo form_submit('submit', 'Send Email');
echo anchor('staff_controller/index', 'Return');
?&gt;
    </div>
</div>

<div id="footer">
    <p>
Special thanks to  <strong>Suny Orange Applied Science Department</strong> and <strong>SunyOrange Financial Aid Office </strong>
<br>
<strong>Application Created By Rixhers Ajazi</strong>
    </p>
</div>

what is it that you are trying to relay to me?

Thanks,


Messages In This Thread
Flash Data Without Redirect - by El Forum - 03-27-2013, 06:51 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 07:29 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 07:32 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 09:17 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 09:28 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 09:31 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 11:21 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 11:25 AM
Flash Data Without Redirect - by El Forum - 03-27-2013, 01:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB