Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2. if (!session_id()) session_start();
  3.  
  4. if($_GET['appalu']==1){
  5.         $_SESSION['bcurso']     = $_GET['bcurso'];
  6.         $curso                  = $_SESSION['bcurso'];
  7.  
  8. }
  9. <form action="saverecaudacion.php" name="form">
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement