osh_php Posted June 18, 2007 Share Posted June 18, 2007 can u correct this syntax error $arr_meat[2][$i]=TTR::datediff("ww",TTR::strtotime($mindate),TTR::strtotime($arr_meat[1][$i]))[$FirstDayOfWeek]; Link to comment https://forums.phpfreaks.com/topic/56011-arrays/ Share on other sites More sharing options...
chigley Posted June 18, 2007 Share Posted June 18, 2007 $arr_meat[2][$i]=TTR::datediff("ww",TTR::strtotime($mindate),TTR::strtotime($arr_meat[1][$i][$FirstDayOfWeek])); Link to comment https://forums.phpfreaks.com/topic/56011-arrays/#findComment-276621 Share on other sites More sharing options...
osh_php Posted June 18, 2007 Author Share Posted June 18, 2007 do u think this is correct? i tried this way $arr_meat[2][$i]=TTR::datediff("ww",TTR::strtotime($mindate),TTR::strtotime($arr_cereal[1][$i]),$FirstDayOfWeek); Link to comment https://forums.phpfreaks.com/topic/56011-arrays/#findComment-276624 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.