Help... - Mailing list pgsql-php

From Francisco Mosse - (Zivals)
Subject Help...
Date
Msg-id 001101c2a552$34de9960$c334010a@zivals
Whole thread Raw
In response to problem with PHP  ("Francisco Mosse - (Zivals)" <fmosse@zivals.com>)
Responses Re: Help...
List 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

pgsql-php by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: Large file upload
Next
From: Bret Hughes
Date:
Subject: [Fwd: Re: Help...]