Guest User

Untitled

a guest
Jul 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <? include "include/header.php";
  2. require_once('capcha/recaptchalib.php');
  3. $publickey = "6Lc1xgkAAx";
  4. $privatekey = "6Lc1xgkx";
  5. $resp = null;
  6. $error = null;
  7. $upquery="update ".RUNNINGLIST." set archivalflag='1' where DATEDIFF(CURDATE(),postdate)>30 and archivalflag='0'";
  8. $resupquery=mysql_query($upquery);
  9. $upquery="update ".WSSRUNNINGLIST." set archivalflag='1' where DATEDIFF(CURDATE(),postdate)>30 and archivalflag='0'";
  10. $resupquery=mysql_query($upquery);
  11. if(isset($_REQUEST['submit']))
  12. {
Add Comment
Please, Sign In to add comment