July 18, 20215 yr comment_190944 I used to have code that read: @vm=date(i); which ran fine 8 years ago. At some point, this started giving an error message, that while the letter i was assumed to be the text string 'i', this would no longer be supported in future versions of php. Changing it to @vm=date('i'); fixed the problem. Report
July 31, 20214 yr Root Admin comment_191053 Yeah that wasn't valid 8 years ago, but it was "accepted" by PHP Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.