Welcome Guest, Not a member yet? Register   Sign In
Help!! I can upload anything with codeigniter
#4

[eluser]adekenny[/eluser]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;
&lt;title&gt;Sectech Univeristy Website&lt;/title&gt;
&lt;base href= &lt;?php echo "$base"; ?&gt; /&gt;
&lt;link rel="stylesheet" type="text/css" href= "&lt;?php echo "$base/$css"; ?&gt;" /&gt;
&lt;/head&gt;

&lt;body&gt;

<div id="main_container">
<div id="header"><img src="header.jpg" /></div>
<div id="menu">&lt;?php echo $menu; ?&gt;</div>
<div id="content">
<h3>Online Registration</h3>
<p><span style="color:#990000; font-weight:bold">Uploading your picture.</span> </p>
<br />

&lt;?php

$this->load->library('session');

$first_name = $this->session->userdata('firstname');
$last_name = $this->session->userdata('lastname');

echo "<p>Passport size photo for: $first_name&nbsp;&nbsp;$last_name&nbsp;is being uploaded.</p>";
?&gt;
&lt;?php

$this->load->helper('form');
$this->load->helper('url');



echo'<br>';

echo form_open_multipart('upload/do_upload');

echo'<table>';
echo'<tr>';
echo'<td>';

echo form_upload($data);
echo'<br>';
echo'<br>';
echo form_submit('mysubmit', 'Submit Post!');
?&gt;
<br /><br /><br /><br />

</div>
<div id="footer">

<P class="copyright">Copyright &copy; 2010 Sectech University</P>
<p class="designer">powered by <A href="http://www.sectechsystems.com">Sectech Systems</A></p>
</div>
</div>
</div>

</div>
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:04 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:16 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:28 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:30 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:39 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 12:19 PM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 03:24 PM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 03:50 PM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 02:57 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 06:59 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 07:09 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 09:51 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 09:56 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:02 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:12 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:22 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:29 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:55 AM
Help!! I can upload anything with codeigniter - by El Forum - 05-01-2010, 05:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB