[SQL] how do i provide array parameters for my functions in php

2002-06-13 Thread joseph
i have just finished creating a function that has an array of integers as its parameter. what i would like to know is how do i declare/execute my function in php. i tried several syntax e.g. $arrvalue - an array of integers $strquery = "select functionname($arrvalue)"; $strquery = "select fun

Re: [SQL] how do i provide array parameters for my functions in php

2002-06-13 Thread Achilleus Mantzios
On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: > i have just finished creating a function that has an array of integers as its > parameter. what i would like to know is how do i declare/execute my function > in php. i tried several syntax > e.g. > $arrvalue - an array of integers > > $strquery