Microsoft
Software
Hardware
Network
Question : What is wrong with the way that I'm writing this if statement?
I want to find out if there's a value of 0000-00-00 in my date field. When I write:
if($confirmed=="0000-00-00
"){
echo "Yes";
}
...it's not working. What am I doing wrong? I'm thinking that it's a date field there's something in my syntax that's incorrect but I don't know what.
Thoughts?
Answer : What is wrong with the way that I'm writing this if statement?
Looks fine to me. Try this for a test. The next question is where are you getting "$confirmed" and why do you think it contains "0000-00-00"?
1: 2: 3: 4:
$confirmed = "0000-00-00"; if($confirmed=="0000-00-00"){ echo "Yes"; }
Random Solutions
Thread v/s Runnable
Portable Air Conditioner Question.
IBM System x3400 8K-I RAID Controller query
Event ID 37 Microsoft-Windows-Kernel-P
rocessor-P
ower
Script to Remove Groups from the "Member of" groups in a list of user accounts
Sysprep service pack 3
SBS 2008 How to Change the Company web Page Calender Date Format
jQuery hotkeys used in an iframe.
How to make vba wait for Cube formulas to calculate?
BGP on a switch