Pass the Value into IFrame

by MARIGANESH 2010-12-20 18:30:10

<iframe src="test.php?name=Give Ur Variable Name" width=350 height=270 frameborder=0 scrolling=no>
</iframe>

In the iframe file(test.php)
Get the variable from Url..
For Example
$var=$_GET['name'];

Tagged in:

1741
like
0
dislike
0
mail
flag

You must LOGIN to add comments