GIDForums

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 21-Apr-2008, 16:39
partnole partnole is offline
Junior Member
 
Join Date: Jun 2007
Posts: 30
partnole is on a distinguished road

Need help to display time & date


Please tell me what I am missing from my code. It works but it does not display the time and date.
Thanks


PHP Code:

<?php
 if(isset($_COOKIE['webSurvey']))
    
 {
 print("Your last submision time was ");
 
 die("<br />Please wait for 24 Hours before retry!");
 }
 else
 {
 extract( $_POST );
 setcookie( "webSurvey", $name, time() + 60*1);
 setcookie("time", time(), time() + 60 * 1);
}
?>

 

Recent GIDBlogNon-US citizens serving in the military by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Write the declaration for a Date object Sosy CPP / C++ Forum 6 26-Oct-2007 09:21
constructors/classes mapes479 CPP / C++ Forum 3 19-Nov-2006 17:34
Limit combo box and date time picker choice according to database created in folder shinyhui CPP / C++ Forum 0 22-Feb-2005 20:16
Limit combo box and date time picker choice according to database created in folder shinyhui MS Visual C++ / MFC Forum 0 22-Feb-2005 02:13

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 12:47.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.