[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [glob2-devel] need help with translation-files
From: |
Leo Wandersleb |
Subject: |
Re: [glob2-devel] need help with translation-files |
Date: |
Mon, 24 Jul 2006 00:28:40 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.7 (X11/20050923) |
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. Secondly how do i get an input to hold those values?