Hi,
I want to show running time. i dont want to show present time. Time should be running on php page.

Please Please help me.

Recommended Answers

All 4 Replies

If you mean a 'clock' which shows the current time without refreshing the page, PHP is not the place for you, try looking for Javascript clocks.

Thank you for your reply.
please write the javascript code for Clock

Thanks in advance.

<script type="text/javascript">
document.write('Clock');
</script>

But, seriously, how about you do some searching, try to put something together and when you have problems you post what you have so far and we provide you with some assistance.

commented: +1 good answer :) +1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.