View Single Post
Old 06-06-2012, 11:11 PM   PM User | #9
Mooseman
Regular Coder

 
Mooseman's Avatar
 
Join Date: Sep 2010
Posts: 118
Thanks: 7
Thanked 3 Times in 3 Posts
Mooseman is an unknown quantity at this point
I see now better how echo is essentially a server-side variable. What I have: <iframe src="http://example.com/A/B/<?php echo $url; ?>.html"></iframe> However, the PHP is passing urls of pages that don't exist. How can I fix this? Also, the only thing $title that ever shows is someDefaultTitle.

Thank you!

Last edited by Mooseman; 06-07-2012 at 12:32 AM..
Mooseman is offline   Reply With Quote