I am running a PHP script, and keep getting errors like:
Undefined variable: user_location in C:\wamp\www\mypath\index.php on line 12
Line 12 looks like this:
$greeting = "Hello, ".$user_name." from ".$user_location;
What do they mean?
Why do they appear all of a sudden? I used to use this script for years and there never was a problem.
What do I need to do to fix them?
Is there a quick fix?
This is a General Reference question for people to link to as duplicate, instead of having to explain the issue over and over again. I feel this is necessary because most real-world answers on this issue are very specific.
Related Meta discussion: