Results 1 to 2 of 2
http://idgs.in/502248
  1. #1

    Join Date
    Jan 2010
    Location
    -
    Posts
    16,131
    Points
    1,150.41
    Thanks: 500 / 612 / 314

    Default [Ask] Tutorial ZK + MySql

    Senior senior semua tolong ajarin dong gimana tahap manipulasi database di zk. Contohnya insert data. Dapat tugas kuliah

  2. Hot Ad
  3. #2
    bguez's Avatar
    Join Date
    Aug 2011
    Location
    Surabaya
    Posts
    7,579
    Points
    698.49
    Thanks: 17 / 67 / 52

    Default

    coba bantu ya
    mngkn dengan source code ini

    Spoiler untuk source code :
    <window id="win" title="To do list" width="640px" border="normal">
    <listbox id="box" multiple="true" rows="5">
    <listhead>
    <listheader label="Item" />
    <listheader label="Priority" width="80px" />
    <listheader label="Date" width="170px" />
    </listhead>
    <listitem>
    <listcell />
    <listcell />
    <listcell />
    </listitem>
    </listbox>
    Item: <textbox id="txtName" cols="25" />
    Priority: <intbox id="txtPriority" cols="1" />
    Date: <datebox id="date" cols="8" />
    <button id="add" label="Add" />
    <button id="update" label="Update" />
    <button id="delete" label="Delete" />
    </window>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •