Lists: | pgsql-php |
---|
From: | Devel <dev002(at)pas-world(dot)com> |
---|---|
To: | pgsql-php(at)postgresql(dot)org |
Subject: | Arrays and PDO |
Date: | 2010-07-27 14:10:39 |
Message-ID: | 1280239839.5562.10.camel@athlon.precioventa.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-php |
Hello,
In (as string):
(string) {"100",100}
PDO Out:
(string) {100,100}
Anyone knows how to return double quotes in php PDO text returned
string?
PDO should return {"100",100}
Or array as array in PHP.
Thanks in advance,
From: | Chris <dmagick(at)gmail(dot)com> |
---|---|
To: | pgsql-php(at)postgresql(dot)org |
Subject: | Re: Arrays and PDO |
Date: | 2010-07-27 23:27:50 |
Message-ID: | 4C4F6B76.6060305@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-php |
On 28/07/10 00:10, Devel wrote:
> Hello,
>
>
> In (as string):
> (string) {"100",100}
>
> PDO Out:
> (string) {100,100}
In to what sort of field in postgres?
--
Postgresql & php tutorials
http://www.designmagick.com/