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]; Quote 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])); Quote 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); Quote Link to comment https://forums.phpfreaks.com/topic/56011-arrays/#findComment-276624 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.