Jump to content

Language switch


regoch

Recommended Posts

Hi!

I have problem with switch language code.

<?=$home_jezik?>

Its my variable for active language. But i won't to add it in php script to call difrent php for every language.

<?php include("include/jezici.php"); 	
//Start session
session_start();

//Podaci za spajanje na bazu podataka
require_once('kontakt-obrada-???.php'); 
$_SESSION['myForm'] = $_POST;
?>

I wonnA add language variable where is "???". Try some different ways but always getting error.

Link to comment
https://forums.phpfreaks.com/topic/238550-language-switch/
Share on other sites

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.