CodeIgniter Forums
Problem with Iframe in View - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Problem with Iframe in View (/showthread.php?tid=81066)



Problem with Iframe in View - yabe - 01-20-2022

I have a problem with an iframe. Unfortunately the link doesn't work.

<iframe src="<?php echo $lead->getDomain() ?>"></iframe>

Who can help?
Thank you.


RE: Problem with Iframe in View - demyr - 01-20-2022

What is your purpose with getDomain() ?