I'm running a PHP script and continue to receive errors like:
Warning: Undefined variable $userid in C:\Apache24\htdocs\MIS\user\pages\user_change_password.php on line 158
My Line No 158 (HTML & PHP) look a like:-
<div class="form-group"><label for="userid" style='font-weight:bold;color:#996666;'>User ID:- </label><?Php echo '<font color="#315E8C"><strong>'. $userid.'</strong></font>'?>
What is the meaning of these error messages?
How to fix this?