
Originally Posted by
rguy84
Ad, What are you trying to do generally?
We submit data to one of our partners through an iframe, when we submit the data through their URL (e.g domain.com/submit.php?name=scott&email=scot@gmail.com) it will say text like "Data Added To Database". What we need to do is grab that text and place it in a PHP Variable so we can add it do the database under the data we just submitted.
e.g:
Code:
iframe loads www.domain.com/submit.php?name=scott&email=scot@gmail.com
"Data Added To Database" is outputted on domain.com/submit.php?name=scott&email=scot@gmail.com
$iframecontent = "Data Added To Database"
Do you understand what im trying to do?
Thank you.
Bookmarks