Jump to content

Ombre

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Ombre

  1. Probably yes, but how to made switch between the pages. I even couldn't insert button pictures for language change. Do you have in mind how this is possible to be done. Best REgards, Valentin
  2. I have this code in the begining of my index file: <?php $page=($_REQUEST['page'] ? $_REQUEST['page'] : "applications"); $lang=($_REQUEST['lang'] ? $_REQUEST['lang'] : "en"); $lang=($lang != "bg" && $lang != "en") ? "en" : $lang; include "./lang/" . $lang . "/menu.php"; include("functions.php"); $title = checkPage($_GET['page']); include("meta.php"); $meta = metapage($_GET['page']); ?> Is it possible to convert this code and to able two language sellection English and Bulgarian. Thank you in advance
  3. Dear All, Please explain me how to convert these old PHP site into responsive one. The address of site is www.cnc4milling.com. Will be very thankfull to receive an information or code which to implement and convert the site into responsive. The other problem is changing of language on the web. At the beginning the website was created with one language English, but was prepared to be with two languages, but it was not finished at all. Please let to solve these problems and to make it with changing language. I have created also bulgarian varinat of the web pages and need only code to implement and to be possible to change the languages. Will be very thankfull to receive competitive help. Thank you in advance. Best Regards Ombre P.S. Sending css file of the web site. style.css
×
×
  • Create New...