echo php variable with javascript alert in php code example
Example: alert a php variable
echo '<script type="text/javascript">alert("'.$error.'");</script>';
echo '<script type="text/javascript">alert("'.$error.'");</script>';