Hi all,
I have an iframe and I have a form. They are on separate pages. I am posting the values from the first to the other. So far so good.
Next I was trying to get the value that I posted to be added to the end of the url
like
Ya that code will probably look nooby but that was an attempt out of desperation :P.
where the + is in the code above, I want to have the value of the variable come into play. Any Ideas?
I have an iframe and I have a form. They are on separate pages. I am posting the values from the first to the other. So far so good.
Next I was trying to get the value that I posted to be added to the end of the url
like
Code:
<iframe src ="http://www.google.ie/search?hl=en&q=+$_POST['searchstring']" width="50%" height="50%" align="right"> </iframe>
where the + is in the code above, I want to have the value of the variable come into play. Any Ideas?
Comment