$time = date("d:H:i:s") + 200;
print "$time";
If I do that, at this current time I get 219
COUNTDOWN
Moderator: General Moderators
Warning: mktime() [function.mktime]: Windows does not support negative values for this function in c:\program files\apache group\Apache\htdocs\timecheck.php on line 2
-1
Hmm...
This is the code:
I honestly have no idea 
-1
Hmm...
This is the code:
Code: Select all
$time = mktime(0, 0, 0, date("e;d"e;), date("e;H"e;), date("e;i"e;)+2, date("e;s"e;));
print "e;$time"e;;are you still trying to figure out how to insert the time to the db? I got lost when you started working with mktime...
I thought your goal was to insert the time to the db with some seconds added to it?
if that's still your plan here's a hint
:
I know it's a bone, but that's the best way to learn, do it yourself...
I thought your goal was to insert the time to the db with some seconds added to it?
if that's still your plan here's a hint
Code: Select all
mysql_query("insert into... '".date("h:i:s",strtotime(...