SyntaxFix
Write A Post
Hire A Developer
Questions
If you are trying to access the variable from another PHP file directly, you can include that file with include() or include_once(), giving you access to that variable. Note that this will include the entire first file in the second file.
include()
include_once()