Jump to content

Need something to replace this.


11Tami

Recommended Posts

Hello, I need some php or advice to help me replace the first entry with the second. For instance with this it just adds the second one onto the first one. I need it to move the second position date into the first position. Any ideas? I tried several things but think I was moving in the wrong direction. Thanks  :D

 

<?php

// Current time

echo date('h:i:s') . "\n";

// wait for 2 seconds

usleep(2000000);

// back!

echo date('h:i:s') . "\n";

?>

 

Link to comment
https://forums.phpfreaks.com/topic/47082-need-something-to-replace-this/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.