Loading...
October 08, 2008
Home
Sign-In
My Interview Questions
Questions
1 - 10
of
197
Search Filters
Unanswered
All
Please Wait...
Filters not found for the search result
See Questions
See Questions & Answers
Date Desc
Date Asc
Ups Desc
Ups Asc
53
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
$date=10-12-2007;
$date1=14-07-2008;
$diff=Strtodate($date)-Strtodate($date1);
echo $diff;
Create Date
:
Sunday, May 11, 2008
Tags
:
php
Asked At
:
None
Job Positions
:
web developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
51
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Select datediff('2008-09-07','2006-10-02');
Create Date
:
Sunday, May 11, 2008
Tags
:
php
Asked At
:
None
Job Positions
:
web developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
54
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Be the first one to answer the question
Click here
to answer
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
48
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Be the first one to answer the question
Click here
to answer
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
45
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: tikimama
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Be the first one to answer the question
Click here
to answer
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
79
UPs
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: tikimama
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Session depends on browser. If browser is closed then session is lost. The session data will be deleted after session time out. If connection is lost and you recreate connection, then session will continue in the browser.
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
58
UPs
What is the difference between PHP4 and PHP5?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: tikimama
|