Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. <?php
  2. if (!session_id()) session_start();
  3. $curso          =       $_SESSION['bcurso'];
  4.  
  5.  
  6. $sql = "INSERT INTO `3_rec_tbreca` (
  7.                        `id` ,`curso`
  8.  
  9.  ) VALUES (
  10.                        NULL , '$sisobra', '$accion', '$curso'
  11. )";
  12. mysql_query($sql,$link);
  13. header("Location: ingrecaudacion2.php");
  14. ?>
  15. <INPUT TYPE="HIDDEN" name="appalu" value="1">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement