AJax技术

用ajax跟PHP实现简单的流程管理(3)

字号+ 作者:H5之家 来源:H5之家 2017-04-04 15:00 我要评论( )

? php session_start (); include ("../FENGZHUANG/DBDA.class.php" ); $db = new DBDA(); = $_GET ["code" ]; $sql = "update userflow set towhere=towhere+1 where ids='{ $code }'" ; //使流程向下走 $db -Quer

<?php session_start(); include("../FENGZHUANG/DBDA.class.php"); $db = new DBDA(); = $_GET["code"]; $sql = "update userflow set towhere=towhere+1 where ids='{$code}'"; //使流程向下走 $db->Query($sql,0); = "select * from userflow where ids='{$code}'"; $arr = $db->Query($sql); = = "select count(*) from flowpath where code='{$lcdh}'"; ($tw>=$count) { $sql = "update userflow set isok=1 where ids='{$code}'"; //如果结束了流程,将isok项改为结束。 $db->Query($sql,0); } header("location:shenhe.php");

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
网友点评
t