Guest User

Untitled

a guest
Nov 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $output = '';
  2. if(!$_POST['txtNome'])
  3. {
  4. $output .= "do something in html";
  5. } else {
  6. $output .= "do something else in html";
  7. }
  8.  
  9. global $wpdb;
  10. $wpdb->insert( mg_nomi, array('des_nome' => $_POST['txtNome']) );
  11. return $output;
Add Comment
Please, Sign In to add comment