> Here is an example array:
>
>
> array(
> array("1","2"),
> array("2","3"),
> array("3","1")
> )
>
> now suppose I get some form inputs with the value 1 and 1. I am trying to
> find a way to figure out if the first coloumn is already in the table and
> if so just add the
On Friday 21 February 2003 09:08, you wrote:
> Here is an example array:
>
>
> array(
> array("1","2"),
> array("2","3"),
> array("3","1")
> )
>
> now suppose I get some form inputs with the value 1 and 1. I am trying to
> find a way to figure out if the first coloumn is
Here is an example array:
array(
array("1","2"),
array("2","3"),
array("3","1")
)
now suppose I get some form inputs with the value 1 and 1. I am trying to
find a way to figure out if the first coloumn is already in the table and if
so just add the second coloumn to th
3 matches
Mail list logo