Forum Moderators: coopster
When I put in code like:
<frame name="main" src="myphpfile.php" >
what get's displayed in that frame is the full php code
Example: echo $name
instead of the actual name
so the browser is not sending the code to PHP first, it seems. How do I fix this?
I presume it's not a matter of, you can't have frames in a PHP/MySQL site.
Would be grateful for some help, thx.