Arrays and PDO

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
Thread:
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,

--
http://www.1pc.es/
http://www.precioventa.com/

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Chris 2010-07-27 23:27:50 Re: Arrays and PDO
Previous Message Luis 2010-06-22 13:47:04 Ayuda...