📄 select_rows_with.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -