$string = "id";
want result to be like
$id = "new value";
php kodu nasıl
teşekkür ederim.
Düzenleyin ..
thank you for fast answer. how about this.
$column = array("id","name","value");
let say found 3 row from mysql
want result to be like this
$id[0] = "3";
$id[1] = "6";
$id[2] = "10";
$name[0] = "a";
$name[1] = "b";
$name[2] = "c";
$value[0] = "bat";
$value[1] = "rat";
$value[2] = "cat";
teşekkür ederim.