phpbar.de logo

Mailinglisten-Archive

RE: [php] Anfängerproblem mir array_push

RE: [php] Anfängerproblem mir array_push

Christoph Kramesch christoph at kramesch.com
Fre Aug 12 13:31:52 CEST 2005


> $q = mysql_query( "SELECT a, b FROM xx");
> while ($d = mysql_fetch_array($q))
> {
>    array_push ( hier weiß ich nicht weiter );
> }

$array[$d["a"]] = $d["b"];

ich hoffe das half ,

lg CHristoph


php::bar PHP Wiki   -   Listenarchive