Hi can anybody explain me how to put table into one array like $table = array("id"=> id values, "name"=> name values)
and after i simply can call it?
this must'nt be difficult???
Just do a query, fetch the results in an array (like mysql_fetch_array() and push those arrays into a new array.