Help...

From: "Francisco Mosse - (Zivals)" <fmosse(at)zivals(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Help...
Date: 2002-12-16 22:26:38
Message-ID: 001101c2a552$34de9960$c334010a@zivals
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi!

What is wrong? My server has PHP and Postgre
I can´t understand hoy do I get this error... look
I start with a value ($quebuscototal) and I should get an array like this ("'abc', 'def', 'ghi', 'jkl') ?
but with this code, what I receive is an array where the first element is 'abc', 'def', 'ghi', 'jkl'
instead of being 'abc' (and the second one, 'def', the third one 'ghi', etc.)

$quebuscototal = "abc def ghi jkl";
$quebuscototal = str_replace(' ',' \', \'',$quebuscototal);
$quebuscototal = "'$quebuscototal'";
$quebuscofinal = array($quebuscototal);
$quees = "$quebuscofinal[1] ";

What is wrong with my code? Thanks!!
Francisco
-------------------------
Francisco Mosse
Coordinador de www.TangoStore.com
Zivals S.A. - Tangostore.com
Av. Callao 395
C1022AAD Buenos Aires
Argentina
Tel 54 11 4371 7500
Fax 54 11 4371 7437

In response to

Responses

  • Re: Help... at 2002-12-16 23:02:42 from scott.marlowe

Browse pgsql-php by date

  From Date Subject
Next Message Bret Hughes 2002-12-16 22:57:07 [Fwd: Re: Help...]
Previous Message Vince Vielhaber 2002-12-10 20:20:21 Re: Large file upload