84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
When I run my own code, I keep getting errors:
Notice: Undefined variable: meiyou in E:\work\study\PHP\phpstudy\www\127.0.0.2\phpstu_1.php on line 3
Then a NULL will be printed, but it is correct in the example. Why is this?
126的邮箱,设置错了,尴尬
This is not an error. . Just a reminder that this variable is not declared. . . You can enter a piece of code in front to cancel the reminder
Looking at your error report, there is no $ in front of the variable name
Notice: Undefined variable: meiyou
The variable is undefined
The path is wrong
This is not an error. . Just a reminder that this variable is not declared. . . You can enter a piece of code in front to cancel the reminder
Looking at your error report, there is no $ in front of the variable name
Notice: Undefined variable: meiyou
The variable is undefined
The path is wrong