Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. /* i want to take the value of submit and send it to my hotmil address
  3. *
  4. * instead of store it in a database
  5. */
  6. $value=$_POST['submit'];
  7. if(!isset($value) || empty($value))
  8. {
  9. echo ' ';
  10. }
  11. else
  12. {
  13. // code run here 1
  14. }
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement