Hi!
I want to know how can i use output from postgre array type with php.
Output is something like this
{"one","two","three"}
What can i do with this. How can i insert this in php array
--
bye,
Uros mailto:uros.gruber@sir-mag.com
Hi
> Output is something like this
>
> {"one","two","three"}
>
> What can i do with this. How can i insert this in php array
Read the output into a string and then use explode() to generate an
array.
Bye
Conni
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.