Jump to content

Language depending item url's


forzatio

Recommended Posts

Hi there, I'm using a little newsflash item on my webpage, which is some text in an iframe.

I have one newsflash item in English and one in another language, newsflash-english.html and newsflash-other.html

 

How can I serve newsflash-english.html to english surfers and newsflash-other.html to not english users ?

depending on the browser language ?

 

thank you

Link to comment
https://forums.phpfreaks.com/topic/67209-language-depending-item-urls/
Share on other sites

I found some code but I get these errors

 

Warning: Unexpected character in input: '\' (ASCII=92) state=1

Parse error: parse error, unexpected '<'

 

 

<?php function comefrom()

{

 

$lang = $_SERVER['HTTP_ACCEPT_LANGUAGE'];

if (substr($lang, 0, 2) == 'en')

{

\<iframe src="nieuwtjes-en.html"\;

}

else

{

\<iframe src="nieuwtjes.html"\;

}

 

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.