• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help with select lenguage

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
semttuloso.png


i need put the select lenguage to <<< ;

PHP:
<?php

echo 'Select lenguage: <a href="http://localhost/"><img src="http://localhost/public/flags/Us.png" border="0"></a> <a href="http://translate.google.com/translate?hl=en&sl=en&tl=pl&u=http://localhost/"><img src="http://localhost/public/flags/Pl.png" border="0"></a> <a href="http://translate.google.com/translate?hl=en&sl=en&tl=pt&u=http://localhost/"><img src="http://localhost/public/flags/Br.png" border="0"></a> <a href="http://translate.google.com/translate?hl=en&sl=en&tl=es&u=http://localhost/"><img src="http://localhost/public/flags/Es.png" border="0"></a> <a href="http://translate.google.com/translate?hl=en&sl=en&tl=sv&u=http://localhost/"><img src="http://localhost/public/flags/Se.png" border="0"></a>';

echo date('l, jS F Y');

?>

thx.
 
I suggest you starting change lenguage to language

Then you can think on your next step
 
Back
Top