S
|
steveh 9/24/2008 |
Do all the calculations in the database query then it's just a normal field for you to deal with. |
F
|
fawad112 author 9/24/2008 |
i think i cant get time like i want from the database query. I have tried it but it does work. I want to display the output like days hours minutes and the script is working great.. Just need a hint to how to get the id for each row so that i can work on the query |
![]() |
Sergey Kornilov admin 9/24/2008 |
Set "View as" type of ID field to "Custom" and put your code there. |
F
|
fawad112 author 9/24/2008 |
Can you explain a little plz <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=33399&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' /> Set "View as" type of ID field to "Custom" and put your code there. In this case you can access ID field value using $value |
F
|
fawad112 author 9/26/2008 |
thanks it worked <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=33452&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> |