Hello,

caranya gini :
$sql = "SELECT * FROM table";
$query = mysql_query($sql);
$row = mysql_fetch_assoc($query);

do {
   echo $row['field1'];
   echo $row['field2'];

} while($row = mysql_fetch_assoc($query));
>
>
> Aku sekarang sedang ngerjain web database pake php, trus aku ada kesulitan
> nih!!
> aku bikin form yang ada list fieldnya connect ma data base my sql.
> Bagaimana memunculkan data yang ada di list field apabila mau di edit???
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
> --
> www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia
> Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
> ::: Hapus bagian yang tidak perlu (footer, dst) saat reply! :::
> ## Jobs: ITCENTER.or.id/jobs ## Bursa: ITCENTER.or.id/bursa ##
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>







-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Jobs: ITCENTER.or.id/jobs ## Bursa: ITCENTER.or.id/bursa ##

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Kirim email ke