Advertisement
PAR4NA

index

Aug 24th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.68 KB | None | 0 0
  1. <?php error_reporting(0); $op = $_GET['op'];
  2.  
  3. echo"<form action='create.php' method='POST'>
  4. Nome do Canal: <BR><input name='canal' id='canal' type='text' size='20'><BR><BR>
  5. Senha: <BR><input name='senha' id='senha' type='text' size='20'><BR><BR>
  6. <input type='submit' value='Criar sala'>
  7. </form>";
  8.  
  9. if ($op==1){ echo "<hr width='100'><p align='center'><font color='#0000FF'>Seu Canal foi Criado!</font></p><hr width='100'>";}
  10. /* Channel created successfully! */
  11. if ($op==2){ echo "<hr width='100'><p align='center'><font color='#FF0000'>Desculpe! Você ja possui um Canal!</font></p><hr width='100'>";}
  12. /* Here is the message to the User if he has already created a room on the day. */
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement