corrade-http-templates – Diff between revs 4 and 25

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 25
Line 57... Line 57...
57 # III. Add the line at the end including the date. 57 # III. Add the line at the end including the date.
58 array_push( 58 array_push(
59 $data, 59 $data,
60 sprintf( 60 sprintf(
61 "[%s:%s] %s %s : %s", 61 "[%s:%s] %s %s : %s",
62 date("H"), 62 gmdate("H"),
63 date("i"), 63 gmdate("i"),
64 $_POST['firstname'], 64 $_POST['firstname'],
65 $_POST['lastname'], 65 $_POST['lastname'],
66 $_POST['message'] 66 $_POST['message']
67 ) 67 )
68 ); 68 );