Add/Echo string value while typing

Hi everyone, I need help in creating a program that I every time I type something it will also pass the text into my variable. Something like this:

<iframe width="500" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.it/maps?q=<?php echo $yourAddress; ?>&output=embed"></iframe>

So whenever I type in a textfield it will automatically go to this string: <?php echo $yourAddress; ?>

Thanks. :smile:

Solved by me.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.