require_once("inc/xajax.inc.php"); //使用xajax则必须首先引入xajax.inc.php $xajax = new xajax("inc/signup.php"); //创建一个xajax对象,为singup.php $xajax->registerFunction("processForm"); //使用singup.php里的processForm函数 ?>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn