I`m using php and mysql. I want to error message in my php pages. But I want to change the message corresponding to the error. This is my code. But it is not working. Please tell me where I goes wrong?
This is the error message depen on the error.
And this error message display on the correct place like this
This is the error message depen on the error.
Code:
$MESSAGE = '<p class="errMsg" align="Center">Invalid Username or Password</p>'
Code:
if(isset($MESSAGE)){ echo "$MESSAGE"; }
Comment