如何将变量中的url传递给frame标签

问题描述:

I have a php page where i have built an url now i want to pass that url into frame tag

 <frameset rows="100%">

<frame src=" <?= $url> ?>" />

</frameset>

The redirection doesnt seem to happen. Any pointers on what is going wrong?

Thanks

Prady

Andreas was right in pointing out the extra > after the url