Advertisement
WPDeveloper

Php code

Feb 7th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>.:Regiões:.</title>
  6.     <link rel="stylesheet" type="text/css" href="_css/estilo.css"> 
  7. </head>
  8. <body>
  9.     <div>
  10.         <?php
  11.         $dados = filter_input_array(INPUT_GET);
  12.         //print_r($dados);
  13.         echo $dados['estados']
  14.         ?>
  15.     </div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement