I am new to PHP and i need to know how to display entered data on a page. I will clarify. There is a text box on a page and when the user types something in it and clicks submit, a blank page will come up that says: You entered [ENTERED DATA HERE]. i want to do this so that i put a code in the text box, and it will automatically generate the correct iframe.
<iframe marginwidth="0" marginheight="0" src="http://jb-radio.com/movies/play.php?mu=[ENTERED DATA HERE]" frameborder="0" height="360" scrolling="no" width="640"></iframe>
Please help on this script (i think it is done with PHP) i think this should be fairly simple.
You can do this in client-side Javascript with no PHP involved:
Try it out