User Profile

Collapse

Profile Sidebar

Collapse
handoyo
handoyo
Last Activity: Nov 9 '09, 03:15 AM
Joined: Oct 30 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Actually it's not a formatting problem acoder. ^_^ Praise God i got it working already..I should loop the form.. ^_^ Thanks for your help acoder.God bless you.. ^_^
    See more | Go to post

    Leave a comment:


  • It's datetime acoder...
    Code:
    # $modifieddate = strtotime($list['modified']);
    # $modified = date("d-m-y H:i:s ", $modifieddate);
    # echo "<td id='modif' name='modif'>".$modified."</td>\n";
    If i update the first row,it works fine.But if i update the second row,the td doesn'r show the way it should be..Thanks...
    See more | Go to post

    Leave a comment:


  • handoyo
    started a topic update html table td without refreshing

    update html table td without refreshing

    Hi all,i'm trying to show updated data in existing html td.. For example i got column that show last modified datetime,then i want to update data again,the column will changed to current time without refreshing the page.These are my codes

    views/order_home
    Code:
    <script type="text/javascript" src="<?php echo base_url(); ?>js/jquery.js"></script>
    <script type="text/javascript"
    ...
    See more | Go to post
No activity results to display
Show More
Working...