#1: Arrays and PDO
Posted on 2010-07-27 16:10:39 by devel
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,
--
http://www.1pc.es/
http://www.precioventa.com/
--
Sent via pgsql-php mailing list (pgsql-php@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
Report this message |
#2: Re: Arrays and PDO
Posted on 2010-07-28 01:27:50 by dmagick
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/
--
Sent via pgsql-php mailing list (pgsql-php@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
Report this message |