Hi did not have a problem connecting to db. I sent the question

I need to have a string entered into a cell so that I can retrieve that cell as elements of array. Those elements will be used as values of a form.

Hence, if I like to have echo $a[0] print out "hello" and $a[1] print out "in this world" I need to have "hello" and "in this world" in one single cell of the database.

Thanks

    read up on [man]compact[/man] and [man]extract[/man]

    adam

      Write a Reply...