I am a beginner looking for some help using an iframe within some php code:
The following code calls an image and a link from a MySQL databse:
What I want to happen is: When the visitor clicks on the link generated by <?php echo $SchoolsLink ?> I want the next page to open in an iframe... Can anyone help me figure this out?PHP Code:<a href="<?php echo $SchoolsLink ?>"><img src="/images/<?php echo $School -> SchoolsImage ?>" alt="<?php echo $Title ?>" /></a>
Thanks


Reply With Quote


Bookmarks