Skip to main content
Active reading [<https://www.youtube.com/watch?v=1Dax90QyXgI&t=17m54s> <https://en.wiktionary.org/wiki/that's#Contraction> <https://en.wikipedia.org/wiki/PHP#Release_history>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

Probably you were using an old PHP version until and now upgraded PHP thatsthat’s the reason it was working without any error till now from years. until PHP4

Until PHP 4 there was no error if you are using variable without defining it but as of PHP5PHP 5 onwards it throws errors for codes like mentioned in question.

Probably you were using old PHP version until and now upgraded PHP thats the reason it was working without any error till now from years. until PHP4 there was no error if you are using variable without defining it but as of PHP5 onwards it throws errors for codes like mentioned in question.

Probably you were using an old PHP version until and now upgraded PHP that’s the reason it was working without any error till now from years.

Until PHP 4 there was no error if you are using variable without defining it but as of PHP 5 onwards it throws errors for codes like mentioned in question.

Source Link
ervishal
  • 139
  • 1
  • 8

Probably you were using old PHP version until and now upgraded PHP thats the reason it was working without any error till now from years. until PHP4 there was no error if you are using variable without defining it but as of PHP5 onwards it throws errors for codes like mentioned in question.

Post Made Community Wiki by ervishal