Re: [PHP] Fatal error: Unsupported operand types

2006-04-16 Thread kmh496
2006-04-16 (일), 21:02 +1000, chris smith 쓰시길: > On 4/16/06, kmh496 <[EMAIL PROTECTED]> wrote: > > 2006-04-16 (일), 19:35 +0900, kmh496 쓰시길: > > > can somebody explain why > > > > > > $this->param = $this->SYSTEM->db->a

Re: [PHP] Fatal error: Unsupported operand types

2006-04-16 Thread kmh496
2006-04-16 (일), 19:35 +0900, kmh496 쓰시길: > can somebody explain why > > $this->param = $this->SYSTEM->db->answer + $this->param; > > is causing the error > > > Fatal error: Unsupported operand types > in /var/www/current/mjguest/modules/

Re: [PHP] internationalization of web site

2006-04-13 Thread kmh496
i put the files in one place for you. to do what you want. http://www.sirfsup.com/code/php/i18n_php/http_server_encoding 2006-04-12 (수), 16:24 -0300, Martin Alterisio "El Hombre Gris" 쓰시길: > Ussually, the browsers send a header with information about the language > preferences of the user. > This

Re: [PHP] include path file errors

2006-04-08 Thread kmh496
2006-04-08 (토), 12:18 -0400, John Hicks 쓰시길: > kmh496 wrote: > > 2006-04-08 (토), 18:20 +0900, kmh496 쓰시길: > > > >>hi, > >>my webroot is > >> > >>/a/b/current/ > >> > >>i am in /a/b/current/d/file.php > >> > &g

[PHP] Re: [SPAM] Re: [PHP] a php image gallery

2006-04-08 Thread kmh496
2006-04-08 (토), 20:32 +1000, chris smith 쓰시길: > On 4/8/06, Ross <[EMAIL PROTECTED]> wrote: > > > > Does anyone know know of a good php image gallery? I want to generate the > > pages automatially from stored images. > > > > Please don't reply with 'search google under php gallery' or some other >

Re: [PHP] include path file errors

2006-04-08 Thread kmh496
2006-04-08 (토), 18:20 +0900, kmh496 쓰시길: > hi, > my webroot is > > /a/b/current/ > > i am in /a/b/current/d/file.php > > file.php has a line > > require_once ($_SERVER[document_root]."/d/common.php"); > > common.php has a line which