[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [glob2-devel] need help with translation-files
From: |
Sébastien |
Subject: |
Re: [glob2-devel] need help with translation-files |
Date: |
Mon, 24 Jul 2006 08:20:55 +0200 |
User-agent: |
Thunderbird 1.5.0.4 (X11/20060623) |
Leo Wandersleb a écrit :
> Hi Stéphane
>
> Thanx for your answer!
>
> Stéphane Magnenat wrote:
>> Yes, doubled keys are mistakes that can be fixed. Right now, the
>> parser is tolerant and just replace the existing one with the new one.
>
> so that's exactly what i'm doing now (ON DUPLICATE KEY UPDATE
> value=\"".htmlentities($v)."\";)
> should i place an alert somewhere? if my system works it will
> effectively avoid dublicate key insertions.
>
> htmlentities seams not to be the right function. How do i store both '
> and " with mysql.
>
mysql_escape_string($mystring); is that what you're loking for .?
> Secondly how do i get an input to hold those values?
What do you mean
>
> _______________________________________________
> glob2-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/glob2-devel
>
>