Help...
От | Francisco Mosse - (Zivals) |
---|---|
Тема | Help... |
Дата | |
Msg-id | 001101c2a552$34de9960$c334010a@zivals обсуждение исходный текст |
Ответ на | problem with PHP ("Francisco Mosse - (Zivals)" <fmosse@zivals.com>) |
Ответы |
Re: Help...
|
Список | 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] ";
$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
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 по дате отправления: