select_rows_with.php
来自「zapatec suite 最新版 20070204,非常棒的ajax widg」· PHP 代码 · 共 25 行
PHP
25 行
<?php/** * Part of Zapatec Grid example of multiple row selection with checkboxes. * * Copyright (c) 2004-2006 by Zapatec, Inc. * http://www.zapatec.com * 1700 MLK Way, Berkeley, California, * 94709, U.S.A. * All rights reserved. *//* $Id: select_rows_with.php 7323 2007-06-01 21:05:51Z alex $ */// Form response$aResponse = array();if (isset($_POST["checked"])) { $aResponse["received"] = stripcslashes($_POST["checked"]);}// Print responserequire_once "JSON.php";$oJsonConverter = new Services_JSON();echo $oJsonConverter->encode($aResponse);?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?