PHP - Undefined variable

后端 未结 9 828
星月不相逢
星月不相逢 2021-01-26 05:29

I\'m doing some exercises from Beginners PHP & MySQL by Mr. Tucker.

On his example everything works fine, but on my PC there is an error:

9条回答
  •  粉色の甜心
    2021-01-26 05:53

    You simply use an undefined variable. If your while loop doesn't work your variable steel is undefined, so you obtain an error :)

提交回复
热议问题