Hello all,
I am trying to edit an existing php script. I need to know how I can add an hour to
The output from the following code shows differentlyPHP Code:echo current_time( 'mysql' );
please help asap.PHP Code:echo current_time( 'mysql' )+3600;
thanks




Reply With Quote