Arrays and PDO

Arrays and PDO

am 27.07.2010 16:10:39 von 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

Re: Arrays and PDO

am 28.07.2010 01:27:50 von 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