fork download
  1. <?php
  2.  
  3. if ($_POST['type'] == 1) {
  4. //обрабатываешь первую форму
  5. } elseif ($_POST['type'] == 2) {
  6. //обрабатываешь вторую форму
  7. }
Success #stdin #stdout #stderr 0.03s 23764KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined index: type in /home/zhxbvT/prog.php on line 3
PHP Notice:  Undefined index: type in /home/zhxbvT/prog.php on line 5