SyntaxFix
Write A Post
Hire A Developer
Questions
I think one error in the original code might have been that it had:
$message = echo getRequestURI();
instead of:
$message = getRequestURI();
(The code has since been edited though.)