Search
 
SCRIPT & CODE EXAMPLE
 

HTML

display success message after form submit in php

<div class="alert alert-success">
  <strong>Success!</strong> Indicates a successful or positive action.
</div>

<div class="alert alert-success alert-dismissible">
  <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
  <strong>Success!</strong> Indicates a successful or positive action.
</div>
Comment

php alert message after submit

// Add alert script in php like
 echo "<script>alert('data saved succesfully');</script>";
Comment

PREVIOUS NEXT
Code Example
Html :: click on a button and start downloading data html 
Html :: slick html 
Html :: html input with icon right 
Html :: html add image from folder 
Html :: input button group 
Html :: alert tailwind css 
Html :: ordering collumns in bootstrap 
Html :: html nav example 
Html :: Align an element to bottom with flexbox 
Html :: disable first option in select 
Html :: how to truncate html text 
Html :: larger checkbox html 
Html :: play audio source on html 
Html :: how to add image in checkbox in html 
Html :: import google maps libraries html 
Html :: how to write code in html 
Html :: datepicker bootstrap 
Html :: html5 progress 
Html :: css stick div to bottom of page 
Html :: tutorialspoint html 
Html :: drop down using bootstrap 
Html :: how to increaase font size on html 
Html :: bootstrap 5 tab 
Html :: meta name and content 
Html :: bulma fullheight 
Html :: bootstrap nav nav tabs float right 
Html :: center text in html 
Html :: html hoover text 
Html :: watermark in html5 
Html :: atom html autocomplete 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =