<?php
if($status == 1)
{
echo '<script>alert("Thanks for submiting your query. We will get back to you in next 24 hours");</script>';
}
else{
echo '<script>alert("Meassage has not submitted!");</script>';
}
?>
No comments:
Post a Comment