Welcome Guest, Not a member yet? Register   Sign In
How to make division in codeigniter?
#1

[eluser]miwrath[/eluser]
Hello guys... i have this problem on making frame section in my project...
i never know how to call another php file in framing issue...

can anyone help me doing this codes...

do i need to load it in the controller?





view model code:

Code:
<html>
<head>
<title>Register</title>
</head>

   "<frameset rows="*" cols="197,*" framespacing="1" frameborder="yes" border="1" bordercolor="#666666">
    
  <frame src="<? $this->load->views('1stframe'); ?>" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
  <frame src="<? $this->load->views('2ndframe'); ?>" name="mainFrame" id="mainFrame" title="mainFrame" />
  </frameset>
<noframes>
    

    
    &lt;body&gt;

    &lt;/body&gt;

&lt;/html&gt;




Theme © iAndrew 2016 - Forum software by © MyBB