Ich wollte mal fragen ob jemand einen code oder sogar eine funktion kennt, um einen iframe in der phpdatei umzuleiten (z.B. von google auf wikipedia oder so).
Danke im voraus für antworten.
Danke im voraus für antworten.
//gib z.B. www.google.de an und schau was passiert
function reDirectIframe($target){
echo '<iframe src="http://'.$target.'"></iframe>';
}
Kommentar