This topic is locked

change language

5/1/2020 4:16:37 AM
PHPRunner General questions
D
dirk author

Hello,

I also want to be able to change the language from Dutch to English in the PHP script.

Here is my script in the listing.

Can someone please help me


$naam= $_SESSION["UserID"];

global $conn;

$strSQLExists = "select * from geo_database_users where username='$naam'";

$rsExists = db_query($strSQLExists,$conn);

$data=db_fetch_array($rsExists);
//this is dutch but if i choose english this also has to be adjusted, but how ??
echo "U kan nog ";

echo $data['teller'] ;

echo " caches raadplegen........ - "