Forum Moderators: coopster
I am trying to show a page in a HTML <iframe> but before loading that page I want to set a variable value.
I tried following:
<iframe src="slgrid/ccustomer.php?id=" <? echo $cat; ?> "width="100%" height="100""></iframe> but can not get the value of id using $_GET['id'].
Any other ideas are also welcome please.
I am a little new in PHP and HTML.
Any help in this regard will be appreciated.
Thanks and regards,