[ sobotaco @ 02.10.2009. 13:24 ] @
Moze li neko da mi napise kod za redirekciju stranice.
[ mp3men @ 02.10.2009. 21:05 ] @
mozda ti ovako nesto pomogne

URL redirekcija
[ Mister Big Time @ 03.10.2009. 02:50 ] @
Code:

<?php
header("Location: http://www.example.com/"); /* Redirect browser */

/* Make sure that code below does not get executed when we redirect. */
exit;
?>


http://yu2.php.net/manual/en/function.header.php
[ sobotaco @ 03.10.2009. 10:25 ] @
Hvala vam,rijesio sam sa meta tagom.