Hi
I am a beginner in database so I hope anyone can show me the direction to resolve this. I am confused as why I am unable to show the date from the field in table.
I have inserted in the table for field as date1 and the date1 is showing as 19900328 (yyyymmdd).
$date1 = $year1.$month1.$day1;
$birthdate1 = " (Birthdate: ".$month1." ".$day1.", ".$year1.") ";
When I tried to echo $birthdate1, it shows blank.
Anything wrong with what I am doing? Thanks a million!
Submit Your Article
Forum Rules

Reply With Quote
