Click here to Skip to main content
15,891,704 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to mirror website? Pin
Fred_Smith17-Feb-07 1:10
Fred_Smith17-Feb-07 1:10 
AnswerRe: How to mirror website? Pin
Bradml17-Feb-07 1:15
Bradml17-Feb-07 1:15 
GeneralRe: How to mirror website? Pin
Fred_Smith17-Feb-07 2:22
Fred_Smith17-Feb-07 2:22 
GeneralRe: How to mirror website? Pin
Bradml17-Feb-07 2:25
Bradml17-Feb-07 2:25 
GeneralRe: How to mirror website? Pin
badgrs18-Feb-07 0:55
badgrs18-Feb-07 0:55 
GeneralRe: How to mirror website? Pin
Bradml18-Feb-07 1:04
Bradml18-Feb-07 1:04 
GeneralRe: How to mirror website? Pin
Fred_Smith18-Feb-07 5:28
Fred_Smith18-Feb-07 5:28 
QuestionProblem in TreeView Pin
Jeeva Mary Varghese16-Feb-07 23:33
Jeeva Mary Varghese16-Feb-07 23:33 
QuestionRegarding Cache Pin
John.L.Ponratnam16-Feb-07 21:01
John.L.Ponratnam16-Feb-07 21:01 
AnswerRe: Regarding Cache Pin
Michael Sync16-Feb-07 22:53
Michael Sync16-Feb-07 22:53 
GeneralRe: Regarding Cache Pin
Bradml17-Feb-07 1:13
Bradml17-Feb-07 1:13 
Questiontime difference in php Pin
hiral_shah16-Feb-07 17:55
hiral_shah16-Feb-07 17:55 
AnswerRe: time difference in php Pin
Bradml16-Feb-07 18:30
Bradml16-Feb-07 18:30 
GeneralRe: time difference in php Pin
hiral_shah16-Feb-07 19:20
hiral_shah16-Feb-07 19:20 
Hi Bradml Smile | :) ,

Thank you for your reply Rose | [Rose] , I tried to apply your code but I got some problem in it.
If my time1 = 06:08:21 and time2 = 05:56:28then I got difference = 5193

Now according to the code I got following output:

orangised_difference['hours'] = 5
orangised_difference['minutes'] = 93
orangised_difference['seconds'] =
final_difference = 5:93:

It's not the perfact. Its giving proper output of your given inputs after changing substr syntax.
substr($difference, 0, 1);
substr($difference, 2, 3);
substr($difference, 4, 5);

Can you please suggest me that if I give my inputs then how I can get the proper result???
GeneralRe: time difference in php Pin
Bradml16-Feb-07 19:46
Bradml16-Feb-07 19:46 
GeneralRe: time difference in php Pin
hiral_shah16-Feb-07 20:24
hiral_shah16-Feb-07 20:24 
GeneralRe: time difference in php Pin
Bradml16-Feb-07 20:29
Bradml16-Feb-07 20:29 
GeneralRe: time difference in php Pin
hiral_shah16-Feb-07 20:34
hiral_shah16-Feb-07 20:34 
GeneralRe: time difference in php Pin
Bradml16-Feb-07 20:38
Bradml16-Feb-07 20:38 
GeneralRe: time difference in php Pin
hiral_shah16-Feb-07 20:44
hiral_shah16-Feb-07 20:44 
GeneralRe: time difference in php Pin
Bradml17-Feb-07 1:14
Bradml17-Feb-07 1:14 
Questioncreating an animation Pin
v45030516-Feb-07 15:43
v45030516-Feb-07 15:43 
AnswerRe: creating an animation Pin
MatrixCoder16-Feb-07 16:24
MatrixCoder16-Feb-07 16:24 
AnswerRe: creating an animation Pin
Bradml16-Feb-07 17:50
Bradml16-Feb-07 17:50 
AnswerRe: creating an animation Pin
badgrs18-Feb-07 0:57
badgrs18-Feb-07 0:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.