Snippets tagged “define”
1 snippet uses this tag.
- What does the PHP error message "Notice: Use of undefined constant" mean?PHP
The PHP error "Notice: Use of undefined constant" means that you are trying to use a constant that has not been defined yet.