Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: checkdate() expects parameter 1 to be long, string given in create_account.php on line 87


ravannelli

Recommended Posts

Posted

line 87 =

 

 

if (checkdate(substr(tep_date_raw($dob), 4, 2), substr(tep_date_raw($dob), 6, 2), substr(tep_date_raw($dob), 0, 4)) == false) {

 

 

when i put words in the Date of Birth, i am getting this message on the top of osc :S

 

Warning: checkdate() expects parameter 1 to be long, string given in create_account.php on line 87

 

I think lacks a part of the code to work with the mistakes in the introduction of letters in the date of birth, can someone help me plz

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...