User Profile

Collapse

Profile Sidebar

Collapse
vyon13
vyon13
Last Activity: Sep 18 '09, 06:39 AM
Joined: Feb 1 '08
Location: Philippines
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vyon13
    started a topic Clear the value if unchecked the checkbox

    Clear the value if unchecked the checkbox

    this is the code that i have copy:i tried to add new function on it,... the function is if the checkbox is unchecked the value inputed by the user will be clear... how to do that..

    thanks in advance!!!


    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    
    <html>
    
    <head>
    <title></title>
    ...
    See more | Go to post

  • vyon13
    replied to Computation of totals from db results
    in PHP
    Code:
    $query = "SELECT tblemployee.emp_id, tblemployee.lname,  tblemployee.fname,  tblemployee.mname, tblemployee.bpay,  tblemployee.lpay,  tblemployee.status, tblemployee.bpay, tblpayroll.branch, tblpayroll.pay_id, tblpayroll.emp_id, tblpayroll.nday, tblpayroll.absent, tblpayroll.late, tblpayroll.ar, tblpayroll.lpag, tblpayroll.lmc, tblpayroll.lsss, tblpayroll.lemaf, tblpayroll.lother, tblpayroll.tricond, tblpayroll.cashb, tblpayroll.allow, tblpayroll.ot
    ...
    See more | Go to post

    Leave a comment:


  • vyon13
    started a topic Computation of totals from db results
    in PHP

    Computation of totals from db results

    thanks to all who replied my post!!...
    i have a query again guys... the query is how can i compute the sub-total salary,base from the result generated from the database..

    example:
    Name Salary
    Von 1000
    Eric 1000
    Sub-total 2000 but this sub-total should automatically...
    See more | Go to post

  • thanks all!! GOD Bless.....
    See more | Go to post

    Leave a comment:


  • SOS... how can i diable the other radio button if the other one is click..

    heres my code:
    Code:
    <input type="radio" name="A5a1" value="x">Income
    <input type="radio" name="A5a2" value="x">Tax
    the problem is if i click the income button then i click the other one both of them will be check.. and the value of the radio button will store in my database whre the radio name is the fieldname in my table,..wherein the value of radio...
    See more | Go to post

  • vyon13
    started a topic delete data from two tables at the same time...
    in PHP

    delete data from two tables at the same time...

    cn anyone help me.. this is my query in delting data from to two tables at the same time..

    Code:
    $query = DELETE FROM tblpost AND tblreply WHERE post_id = $_GET['id'];
    hope you can help me.. thanks!!!
    See more | Go to post

  • thanks RP,.. but iam not familiar in javascript.. cn i use php?.. if u have example, if u dont mind kindly share it with me... or email it, heres my add zcherhub_vyon13 @yahoo.com
    thanks in advance!!.,,...
    See more | Go to post

    Leave a comment:


  • How to create a multiple forms in one submit button to insert in the database?..

    hello... i have a problem regarding to my proj that i was working...
    this is the prob.. in my application form there are so many categories to be fill up... i realize that if i will put all the categories in one form the user will scroll it down untill he/she fills up all the information...
    the alternative solution is i have to cut the form category by category... to avaoid scrolling.. the problem is i dont know how to create a code...
    See more | Go to post
No activity results to display
Show More
Working...