We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On registration/Sign Up page it shows:
Undefined variable: message in C:\xampp\htdocs\userpie\register.php on line 99
The text was updated successfully, but these errors were encountered:
I found the following code will fix the error... only echo "message" if it is defined, otherwise echo an empty string.
<div id="success"> <p><?php echo (isset($message) ? $message : ""); ?></p> </div>
Sorry, something went wrong.
No branches or pull requests
On registration/Sign Up page it shows:
Undefined variable: message in C:\xampp\htdocs\userpie\register.php on line 99
The text was updated successfully, but these errors were encountered: