display success message after form submit in php

Solutions on MaxInterview for display success message after form submit in php by the best coders in the world

showing results for - "display success message after form submit in php"
Juan Esteban
04 Jun 2016
1<div class="alert alert-success">
2  <strong>Success!</strong> Indicates a successful or positive action.
3</div>
4
5<div class="alert alert-success alert-dismissible">
6  <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
7  <strong>Success!</strong> Indicates a successful or positive action.
8</div>
similar questions
html redirect after alert