Richard Quadling wrote:
On 3 May 2010 14:34, Andre Polykanine wrote:
Hello everyone,
It's not a strictly PHP question, however since I use that with PHP,
I'm asking it there.
How can I accomplish the task of inserting rows into MySql database
with missing IDs? Say, I have rows with IDs 1, 2, 3,
Daevid Vincent wrote:
-Original Message-
From: Daevid Vincent [mailto:dae...@daevid.com]
Sent: Thursday, April 29, 2010 12:33 PM
To: php-general@lists.php.net
Subject: [PHP] In need of CVS/SVN checkout script for
Production servers
Semi-off-topic, but I'm pretty sure you all are face
> -Original Message-
> From: Daevid Vincent [mailto:dae...@daevid.com]
> Sent: Thursday, April 29, 2010 12:33 PM
> To: php-general@lists.php.net
> Subject: [PHP] In need of CVS/SVN checkout script for
> Production servers
>
> Semi-off-topic, but I'm pretty sure you all are faced with thi
Hello Richard,
Thanks, will try this!)
--
With best regards from Ukraine,
Andre
Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @
jabber.org
Yahoo! messenger: andre.polykanine; ICQ: 191749952
Twitter: m_elensule
- Original message -
From: Richard Quadling
To: Andr
On 3 May 2010 14:34, Andre Polykanine wrote:
> Hello everyone,
> It's not a strictly PHP question, however since I use that with PHP,
> I'm asking it there.
> How can I accomplish the task of inserting rows into MySql database
> with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9, 12, 17, an
On 3 May 2010 14:34, Andre Polykanine wrote:
> Hello everyone,
> It's not a strictly PHP question, however since I use that with PHP,
> I'm asking it there.
> How can I accomplish the task of inserting rows into MySql database
> with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9, 12, 17, an
On 3 May 2010 14:34, Andre Polykanine wrote:
> Hello everyone,
> It's not a strictly PHP question, however since I use that with PHP,
> I'm asking it there.
> How can I accomplish the task of inserting rows into MySql database
> with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9, 12, 17, an
solved as simple as i couldn't imagine...
for a reason was not accepting
the iconv anywhere else but...
[CODE]$info["cn"] =iconv("Windows-1253","UTF-8",$data[$c]);
//echo "|onoma-->";
//echo $info["cn"] ;
$c++;
$info["sn"] = iconv("Windows-1253","UTF-8",$data[$c]);[/CODE]
so for all the greek
8 matches
Mail list logo