Hi,
I am a bit confused with encoding etc.
I have a HTML page which contains
- one master page
- an inline frame(Iframe) in the masterpage.
on my masterpage I get my string from MySQL,
this string contains some text HTML etc.
I want to pass this string over to the Iframe file,
eg:
<iframe src="./inline_file.php?body=<?echo $myString;?>)
But have not been able to get it right yet, I guess It has to do with encoding, can someone help me out here?
thanks in advance
Thomas A.