Hi flamio,
Im new to php and i read through your documentation but couldnt understand most of it.
Anyway, I created a php file, hoping to see if anything would show up.
my documentroot=D:\Documents\home
---------------test.php------------------
<?php
ob_start();
session_start();
include('class.Language.inc.php');
$lg = new Language();
getLocale();
ob_end_flush();
?>
--------------------------------------
nothing shows up,
I unzipped i18n to D:\Documents\home\i18n,
i placed this php file into the same folder as well.
if you are new to php i would recommend you learn how to work with classes (http://at2.php.net/oop), otherwise you wont be able to work with the i18n package. there's also a i18n_example_script.php file which shows how to use the classes.
also be sure to download the right package for your php version. the latest 1.0x version is for php 4, the 2.0x version is for php 5 beta
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi flamio,
Im new to php and i read through your documentation but couldnt understand most of it.
Anyway, I created a php file, hoping to see if anything would show up.
my documentroot=D:\Documents\home
---------------test.php------------------
<?php
ob_start();
session_start();
include('class.Language.inc.php');
$lg = new Language();
getLocale();
ob_end_flush();
?>
--------------------------------------
nothing shows up,
I unzipped i18n to D:\Documents\home\i18n,
i placed this php file into the same folder as well.
Entered http://localhost/i18n/test.php
it returns me a blank page.
Could u provide some help as to..how to get the script to work?
Thank You
Regards,
Robin
if you are new to php i would recommend you learn how to work with classes (http://at2.php.net/oop), otherwise you wont be able to work with the i18n package. there's also a i18n_example_script.php file which shows how to use the classes.
also be sure to download the right package for your php version. the latest 1.0x version is for php 4, the 2.0x version is for php 5 beta