Hi!
I'd like to have a frames page with the url of one of the frames being a variable.
Example:
<?php
$url = www.yahoo.com;
?>
<frameset rows=30,*>
<frame src="http://www.mydomain.com" name="top" scrolling=no>
<frame src="http://<php $url; ?>" name="bottom">
</frameset>
I doubt that I am even remotely close to the solution...I have tried dozens of ways but nothing works. I know the code above is flawed, but I thought I would include it to try to show what I am trying to do.
Please help me, you can see that I am fairly knew to this and at this point am pretty much hopeless on this one...
Thanks so much,
Barry