User Profile

Collapse

Profile Sidebar

Collapse
saiabhi
saiabhi
Last Activity: Dec 17 '10, 06:36 AM
Joined: Nov 19 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I want the values of the check box checked alogn with other information

    how to work with the checkboxes

    I have a mysql table test_equipment
    with fields
    Code:
    Equipment_name varchar(100) NOT NULL,
    image_url varchar (300),
    Description varchar(1000) NOT Null,

    my file name is view_test_equip ment.php where i dump all the data from the test_equipment in html table.

    the code is
    Code:
    <?php
    include('db_connect.php');
    ?>
    <form action="selected_test_equipment.php"
    ...
    See more | Go to post
    Last edited by Dormilich; Nov 26 '10, 06:35 AM. Reason: please us [CODE] [/CODE] tags when posting code

  • I want the values of the check box checked alogn with other information

    I have database called products, i am getting these value in the table and i want to add a chex box in the last row, when i select the check box and click on submit.
    my output should be in another php file where i shoule get all the contnet which i checked in the table format
    --------------------------
    pro id Name checked
    --------------------------
    1 abc yes
    2 xyz no
    3 mno...
    See more | Go to post

  • saiabhi
    replied to Data Report using VB6
    I could not find my soultion
    See more | Go to post

    Leave a comment:


  • saiabhi
    started a topic Data Report using VB6

    Data Report using VB6

    Hi Every body


    I had a problem with data Reports

    I am using MS Access as backend and VB 6.0

    by Database name is = Cust

    The tables are

    Table Name The filelds are
    inv custname, invno, invdt, invamt

    Items_detail_tr ansactions custname, invno, invdt, invamt, paiddt, paidamt

    From the above two tables i want the...
    See more | Go to post
No activity results to display
Show More
Working...