Advertisement
vinissh

post.php

Nov 28th, 2020
1,187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php require_once "bagunca.php" ?>
  2. <?php
  3.   if(isset($_POST['submit'])){
  4.     if(!empty($_POST['redesocial'])) {
  5.       foreach($_POST['redesocial'] as $selected){
  6.         echo '  ' . $selected;
  7.        
  8.       }
  9.       echo baguncinha($_POST['password']);      
  10.     } else {
  11.       echo 'Por favor escolha um valor.';
  12.     }
  13.   }
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement