Kod
header('Location: http://bogatyojciec.pl/?A=48395');
.. by razem z przekierowaniem otwierał stronę w nowej karcie?Mam w potrzebie formularz z polem select i listę z dwoma wyborami, każdy z nich to inny link, chyba że da się to zrobić inaczej?
<?php //This works in 5.2.3 //First function turns SSL on if it is off. //Second function detects if SSL is on, if it is, turns it off. //==== Redirect... Try PHP header redirect, then Java redirect, then try http redirect.: function redirect($url){ }else{ //If headers are sent... do java redirect... if java disabled, do html redirect. } }//==== End -- Redirect ?>