⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 post.php

📁 zapatec suite 最新版 20070204,非常棒的ajax widgets 工具包
💻 PHP
字号:
<?php/* $Id: post.php 7323 2007-06-01 21:05:51Z alex $ */require_once 'JSON.php';$objJsonConverter = new Services_JSON();// Pause to demonstrate "Busy" animationsleep(1);// Form response$arrResponse = array(	"success" => "Thank you! Data received successfully.",	"first" => isset($_POST["first"]) ? $_POST["first"] : "",	"last" => isset($_POST["last"]) ? $_POST["last"] : "",	"org" => isset($_POST["org"]) ? $_POST["org"] : "");// Send responseecho $objJsonConverter->encode($arrResponse);?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -