Guest User

Untitled

a guest
May 27th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. foreach($_SESSION['error_message'] as $x => $x_value) {
  2. echo ucfirst($x) . " " . $x_value;
  3. echo "<br>";
  4.  
  5. echo $_SESSION['error_message'];
Add Comment
Please, Sign In to add comment