Storing and displaying multi-language text

2002-03-22 Thread Kee Hinckley
If I have a form that is being used to enter text which I store in a database and retrieve, what's the right way to a) record the language on submission and b) make sure it is displayed correctly when I present it later? Keep in mind that the language of the containing page hasn't changed, ju

Re: Multi-Language-remembered!

2000-11-27 Thread Ulrike Schepp
Hi Neeme! On Wed, 22 Nov 2000, Neeme Vool wrote: > > > Yes, if you carefully read information after configuring php then there > is a warning that if you intend to use php with some other module that > uses mysql access, then don't rely on phps own mysql access and compile > php with the orig

Re: Multi-Language

2000-11-27 Thread Ulrike Schepp
Hi Martin! On Tue, 21 Nov 2000, martin langhoff wrote: [...] > - BEGIN APACHE-HEAVY BUILD SEQUENCE-- [...] Thanks a lot! We will try it today... report follows Regards Ulrike -- * NAMES: Ulrike ScheppJippii GmbH *Software Development Departmen

Re: Multi-Language-remembered!

2000-11-22 Thread Neeme Vool
Yes, if you carefully read information after configuring php then there is a warning that if you intend to use php with some other module that uses mysql access, then don't rely on phps own mysql access and compile php with the original mysql headres as --withh-mysql=/usr/local/mysql Neeme Voo

Re: Multi-Language

2000-11-22 Thread Neeme Vool
> Because of multiple applications, we need to support php4 as well as cgi's > and emberl > > We used: > > apache version 1.3.12 > embperl1.3b6 > mod_perl 1.24 > php4.03p1 > perl 5.6 > mysql 3.23.27-beta (also tried earlier ver

Re: Multi-Language

2000-11-21 Thread Ulrike Schepp
Hi Alvar! On Tue, 21 Nov 2000, Alvar Freude wrote: [...] > Because I need PHP only for the phpMyAdmin and phpPgAdmin I installed > PHP 3 (!) as CGI version, because version 4 crashed as CGI ... ;-) Yes php3 works fine, i know... but the folks, delivering the other modules insist on using PHP4 (

Re: Multi-Language

2000-11-21 Thread martin langhoff
Ulrike, I'm including here the commands needed to build apache + php + mod_perl that works allright with imap access and mysql interface. This is the build sequence we use in our RH Linux boxen: - BEGIN APACHE-HEAVY BUILD SEQUENCE-- #untar apache 1.3.12, mod

Re: Multi-Language

2000-11-21 Thread Alvar Freude
Hi, Ulrike Schepp schrieb: > If i first access the database with php (which works well) and afterwards > try to access it with embperl, the actual involved server crashes with > segmentation fault (11) (NOT at server startup time!). I had installed here php4 and mod_perl and embperl all together

Re: Multi-Language

2000-11-21 Thread Gerald Richter
Hi, > > After trying for several hours, i wonder if someone has solved that > configuration-problem: > > Because of multiple applications, we need to support php4 as well as cgi's > and emberl > I don't use PHP, so I don't know what's incompatiple, between DBI and PHP, but if you not already hav

Re: Multi-Language

2000-11-21 Thread Andre Landwehr
On Tue, Nov 21, 2000 at 02:52:18PM +0100, Ulrike Schepp wrote: > Because of multiple applications, we need to support php4 as well as cgi's > and emberl I cannot find the document I read it in right now but if I remember correctly there is an issue about the same names for db-access functions bei

Multi-Language

2000-11-21 Thread Ulrike Schepp
Hi all! After trying for several hours, i wonder if someone has solved that configuration-problem: Because of multiple applications, we need to support php4 as well as cgi's and emberl We used: apache version 1.3.12 embperl1.3b6 mod_perl 1.24 php4.03p1