View Single Post

  #4 (permalink)  
Old 10-13-2006
.:[ ikciu ]:.
 
Posts: n/a
Default Re: What's wrong hee?

Hmm JohnDK <news@jal.as> wrote:
> // Work so far, but the don't work.
> case 'en': ("location: /en/index.php");break;
> case 'de': ("location: /de/index.php");break;
> default: ("location: /da/index.html");


header('Location: ........');
and use ob_* function for this code


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ikciu | gg: 718845 | yahoo: ikciu_irsa | www: www.e-irsa.pl

2be || !2be $this => mysql_query();


Reply With Quote