Advertisement
terorama

dip / updates.php

Aug 21st, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?
  2.  
  3.  
  4.  
  5.  
  6. include("minc.php");
  7.  
  8. $sql="UPDATE TGROUPDES SET GTYPE=4 WHERE GDID=10013";
  9. mysql_query($sql);
  10. echo mysql_error();
  11.  
  12. $sql="INSERT into TGROUPDES VALUES(12013,12,'Оценки',13, 4)";
  13. mysql_query($sql);
  14. echo mysql_error();
  15.  
  16.  
  17.  
  18. include("testsp.php");
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement