devi anche mettere il carattere di escape alle virgolette interne di header location.... es.:
codice:header("Location: <a href = \"http://\" target = \"_blank\"> etc.
devi anche mettere il carattere di escape alle virgolette interne di header location.... es.:
codice:header("Location: <a href = \"http://\" target = \"_blank\"> etc.
Il silenzio è spesso la cosa migliore. Pensa ... è gratis.
Grazie Piero...
veramente "a href" e "targt" me l'ha messo in automatico il sistema del forum.
.. riprovo a copiare il codice
header("Location: http://".$_SERVER['SERVER_NAME'].$_GET['KT_back']."");
Grazie cmq.