[PHP-DB] help newbie

2003-12-08 Thread Hadi
Hi , please help this newbie , how to make my database view from [1] [2] [3] [4] [5] [6] [7] [8] to 1 2 34 Thanks very much Hadi require(cobaconfig.php); $numresult = mysql_query(select * from dataiklanbaris order by id desc); $jumlah = mysql_num_rows($numresult);

Re: [PHP-DB] help newbie

2003-12-08 Thread Tim Nilimaa
Hadi wrote: Hi , please help this newbie , how to make my database view from [1] [2] [3] [4] [5] [6] [7] [8] to 1 2 34 Thanks very much Hadi ***removed code*** You could convert the array into a string but why would you like to do that? Not a good way but a possible way

Re: [PHP-DB] help newbie

2003-12-08 Thread roy.a.jones
Return Receipt Your Re: [PHP-DB] help newbie document