Ok ... let try on it!
I have a problem of not being able to set my frames after i have registered a session.
do you mean something like ...
<code><pre>
<?PHP session_start(); ?>
<head>
<title>Teste</title>
</head>
<framset ...>
</code></pre>
I have tried to set the frameset as function and calling it.
Humnmn ... like ..
<pre><code>
</head>
<?PHP echo printIT(); ?>
where printIT() prints the <framset ...>
</code></pre>
The only way i can seem to get it to work is load the frameset as a seperate file with no php in it. could someone please explain why?
humn ...
I really tried to get this part but i'm not sure of what r u trin to say...
let me know if u are talking about the include() function ...
cuz if so, i dont see any reason for insert a html ( not assuming templates or alikes) pure file instead of breaking the scripted php section ( I.E: <?php echo "This equal" ?> to <?php echo "this" ?> )
Let me know if i'm tottaly or partialy wrong in anything here ok ?
🙂