iframe umleiten

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • iframe umleiten

    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.
    |\_/|
    (O.o)
    (> < ) This is Bunny. Copy Bunny into your signature to help him on his way to worlddomination.

  • #2
    Ach herrjemine. Bitte befasse dich mit Grundlagen. PHP läuft Serverseitig, ein IFRAME ist ein HTML-Konstrukt und ist somit Clientseitig. Man, man, man!
    [FONT="Helvetica"]twitter.com/unset[/FONT]

    Shitstorm Podcast – Wöchentliches Auskotzen

    Kommentar


    • #3
      PHP-Code:
      //gib z.B. www.google.de an und schau was passiert
      function reDirectIframe($target){
        echo 
      '<iframe src="http://'.$target.'"></iframe>';

      Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

      [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
      Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

      Kommentar


      • #4
        darf ich darf ich darf ich.... ach ich tus einfach... AAAAJJJAAAAXXXX
        **********
        arkos
        **********

        Kommentar

        Lädt...
        X